I would like to upgrade my python3
version from 3.2.3
to 3.3.x
version. I am using Ubuntu 12.04
Referred this link. Is it the same procedure to upgrade the python version?
If so, then what must be run instead of sudo apt-get build-dep python3.4
?
I have a doubt in the procedure because it is updating in same version line 3.4.x
. Please refer and say so as to avoid further problems.
Edit 1: Also referred this link How do I install python 3.3 but did not help me.
virtualenv
and not in default location. Most of the answers are similar and tried the top 3. – anand mbs Jun 07 '16 at 09:38/usr/bin/python3.3
, not in a virtualenv. Please read through. – muru Jun 07 '16 at 09:39/usr/bin/python3
to be Python 3.3? Then just dosudo ln /usr/bin/python3.3 /usr/bin/python3
after using the deadsnakes PPA. – muru Jun 07 '16 at 09:41ln
command not cause any problems? – anand mbs Jun 07 '16 at 09:47ln
. – muru Jun 07 '16 at 09:48/usr/bin/python
and/usr/bin/python3
. – muru Jun 07 '16 at 09:50