Upgrade python 3.4 to 3.5 [duplicate]
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?
Thanks in advance.
linux ubuntu installation python
marked as duplicate by slhck
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.
add a comment |
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?
Thanks in advance.
linux ubuntu installation python
marked as duplicate by slhck
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.
add a comment |
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?
Thanks in advance.
linux ubuntu installation python
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?
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
linux ubuntu installation python
asked Feb 25 '16 at 10:13
niladri chakrabartyniladri chakrabarty
1114
1114
marked as duplicate by slhck
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
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.
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Use this command on your ubuntu shell (not on the python prompt).
sudo apt upgrade python3
1
This doesn't guarantee which version you get, it just upgrades to whichever version is the newest in the repos in your Aptsources.list
.
– tripleee
Jan 22 at 13:30
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Use this command on your ubuntu shell (not on the python prompt).
sudo apt upgrade python3
1
This doesn't guarantee which version you get, it just upgrades to whichever version is the newest in the repos in your Aptsources.list
.
– tripleee
Jan 22 at 13:30
add a comment |
Use this command on your ubuntu shell (not on the python prompt).
sudo apt upgrade python3
1
This doesn't guarantee which version you get, it just upgrades to whichever version is the newest in the repos in your Aptsources.list
.
– tripleee
Jan 22 at 13:30
add a comment |
Use this command on your ubuntu shell (not on the python prompt).
sudo apt upgrade python3
Use this command on your ubuntu shell (not on the python prompt).
sudo apt upgrade python3
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 Aptsources.list
.
– tripleee
Jan 22 at 13:30
add a comment |
1
This doesn't guarantee which version you get, it just upgrades to whichever version is the newest in the repos in your Aptsources.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
add a comment |