Upgrade python 3.4 to 3.5 [duplicate]












0
















This question is an exact duplicate of:




  • Run Python3.4 and Python3.7 simultaneously on Linux

    1 answer




I have two versions of python, namely, 2.7.10 and 3.4.3 in my Ubuntu 14.04 (trusty) machine.



How can I upgrade the 3.4.3 version to 3.5 latest version without affecting the 2.7.10 version?



enter image description here



Thanks in advance.










share|improve this question













marked as duplicate by slhck linux
Users with the  linux badge can single-handedly close linux questions as duplicates and reopen them as needed.

StackExchange.ready(function() {
if (StackExchange.options.isMobile) return;

$('.dupe-hammer-message-hover:not(.hover-bound)').each(function() {
var $hover = $(this).addClass('hover-bound'),
$msg = $hover.siblings('.dupe-hammer-message');

$hover.hover(
function() {
$hover.showInfoMessage('', {
messageElement: $msg.clone().show(),
transient: false,
position: { my: 'bottom left', at: 'top center', offsetTop: -7 },
dismissable: false,
relativeToBody: true
});
},
function() {
StackExchange.helpers.removeMessages();
}
);
});
});
Jan 22 at 13:35


This question was marked as an exact duplicate of an existing question.























    0
















    This question is an exact duplicate of:




    • Run Python3.4 and Python3.7 simultaneously on Linux

      1 answer




    I have two versions of python, namely, 2.7.10 and 3.4.3 in my Ubuntu 14.04 (trusty) machine.



    How can I upgrade the 3.4.3 version to 3.5 latest version without affecting the 2.7.10 version?



    enter image description here



    Thanks in advance.










    share|improve this question













    marked as duplicate by slhck linux
    Users with the  linux badge can single-handedly close linux questions as duplicates and reopen them as needed.

    StackExchange.ready(function() {
    if (StackExchange.options.isMobile) return;

    $('.dupe-hammer-message-hover:not(.hover-bound)').each(function() {
    var $hover = $(this).addClass('hover-bound'),
    $msg = $hover.siblings('.dupe-hammer-message');

    $hover.hover(
    function() {
    $hover.showInfoMessage('', {
    messageElement: $msg.clone().show(),
    transient: false,
    position: { my: 'bottom left', at: 'top center', offsetTop: -7 },
    dismissable: false,
    relativeToBody: true
    });
    },
    function() {
    StackExchange.helpers.removeMessages();
    }
    );
    });
    });
    Jan 22 at 13:35


    This question was marked as an exact duplicate of an existing question.





















      0












      0








      0









      This question is an exact duplicate of:




      • Run Python3.4 and Python3.7 simultaneously on Linux

        1 answer




      I have two versions of python, namely, 2.7.10 and 3.4.3 in my Ubuntu 14.04 (trusty) machine.



      How can I upgrade the 3.4.3 version to 3.5 latest version without affecting the 2.7.10 version?



      enter image description here



      Thanks in advance.










      share|improve this question















      This question is an exact duplicate of:




      • Run Python3.4 and Python3.7 simultaneously on Linux

        1 answer




      I have two versions of python, namely, 2.7.10 and 3.4.3 in my Ubuntu 14.04 (trusty) machine.



      How can I upgrade the 3.4.3 version to 3.5 latest version without affecting the 2.7.10 version?



      enter image description here



      Thanks in advance.





      This question is an exact duplicate of:




      • Run Python3.4 and Python3.7 simultaneously on Linux

        1 answer








      linux ubuntu installation python






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Feb 25 '16 at 10:13









      niladri chakrabartyniladri chakrabarty

      1114




      1114




      marked as duplicate by slhck linux
      Users with the  linux badge can single-handedly close linux questions as duplicates and reopen them as needed.

      StackExchange.ready(function() {
      if (StackExchange.options.isMobile) return;

      $('.dupe-hammer-message-hover:not(.hover-bound)').each(function() {
      var $hover = $(this).addClass('hover-bound'),
      $msg = $hover.siblings('.dupe-hammer-message');

      $hover.hover(
      function() {
      $hover.showInfoMessage('', {
      messageElement: $msg.clone().show(),
      transient: false,
      position: { my: 'bottom left', at: 'top center', offsetTop: -7 },
      dismissable: false,
      relativeToBody: true
      });
      },
      function() {
      StackExchange.helpers.removeMessages();
      }
      );
      });
      });
      Jan 22 at 13:35


      This question was marked as an exact duplicate of an existing question.









      marked as duplicate by slhck linux
      Users with the  linux badge can single-handedly close linux questions as duplicates and reopen them as needed.

      StackExchange.ready(function() {
      if (StackExchange.options.isMobile) return;

      $('.dupe-hammer-message-hover:not(.hover-bound)').each(function() {
      var $hover = $(this).addClass('hover-bound'),
      $msg = $hover.siblings('.dupe-hammer-message');

      $hover.hover(
      function() {
      $hover.showInfoMessage('', {
      messageElement: $msg.clone().show(),
      transient: false,
      position: { my: 'bottom left', at: 'top center', offsetTop: -7 },
      dismissable: false,
      relativeToBody: true
      });
      },
      function() {
      StackExchange.helpers.removeMessages();
      }
      );
      });
      });
      Jan 22 at 13:35


      This question was marked as an exact duplicate of an existing question.
























          1 Answer
          1






          active

          oldest

          votes


















          -1














          Use this command on your ubuntu shell (not on the python prompt).



          sudo apt upgrade python3





          share|improve this answer



















          • 1





            This doesn't guarantee which version you get, it just upgrades to whichever version is the newest in the repos in your Apt sources.list.

            – tripleee
            Jan 22 at 13:30


















          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          -1














          Use this command on your ubuntu shell (not on the python prompt).



          sudo apt upgrade python3





          share|improve this answer



















          • 1





            This doesn't guarantee which version you get, it just upgrades to whichever version is the newest in the repos in your Apt sources.list.

            – tripleee
            Jan 22 at 13:30
















          -1














          Use this command on your ubuntu shell (not on the python prompt).



          sudo apt upgrade python3





          share|improve this answer



















          • 1





            This doesn't guarantee which version you get, it just upgrades to whichever version is the newest in the repos in your Apt sources.list.

            – tripleee
            Jan 22 at 13:30














          -1












          -1








          -1







          Use this command on your ubuntu shell (not on the python prompt).



          sudo apt upgrade python3





          share|improve this answer













          Use this command on your ubuntu shell (not on the python prompt).



          sudo apt upgrade python3






          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Feb 10 '17 at 18:16









          AsqiirAsqiir

          1226




          1226








          • 1





            This doesn't guarantee which version you get, it just upgrades to whichever version is the newest in the repos in your Apt sources.list.

            – tripleee
            Jan 22 at 13:30














          • 1





            This doesn't guarantee which version you get, it just upgrades to whichever version is the newest in the repos in your Apt sources.list.

            – tripleee
            Jan 22 at 13:30








          1




          1





          This doesn't guarantee which version you get, it just upgrades to whichever version is the newest in the repos in your Apt sources.list.

          – tripleee
          Jan 22 at 13:30





          This doesn't guarantee which version you get, it just upgrades to whichever version is the newest in the repos in your Apt sources.list.

          – tripleee
          Jan 22 at 13:30



          Popular posts from this blog

          If I really need a card on my start hand, how many mulligans make sense? [duplicate]

          Alcedinidae

          Can an atomic nucleus contain both particles and antiparticles? [duplicate]