Quantcast
Channel: How do I install the latest Python 2.7.X or 3.X on Ubuntu? - Ask Ubuntu
Viewing all articles
Browse latest Browse all 7

Answer by Whispered for How do I install the latest Python 2.7.X or 3.X on Ubuntu?

$
0
0

You can also download and install it via pyenv

#Install Pyenvgit clone https://github.com/pyenv/pyenv.git ~/.pyenvexport PATH=~/.pyenv/bin:/usr/local/hadoop/bin/:$PATHecho 'export PYENV_ROOT="~/.pyenv"'>> ~/.bash_profileecho 'export PATH="$PYENV_ROOT/bin:$PATH"'>> ~/.bash_profileecho 'eval "$(pyenv init -)"'>> ~/.bash_profile#Install Pythonpyenv install 2.7.8pyenv global 2.7.8pyenv install 3.4.5pyenv global 3.4.5

Viewing all articles
Browse latest Browse all 7

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>