Python 2.7 on Ubuntu

$ python -V Python 2.6.6 $ curl -kL http://github.com/utahta/pythonbrew/raw/master/pythonbrew-install | bash $ . $HOME/.pythonbrew/etc/bashrc $ pythonbrew install 2.7.1 $ pythonbrew switch 2.7.1 Switched to Python-2.7.1 $ python -V Python 2.7.1

你可能感兴趣的:(python,ubuntu,bash)