##Instructions
- Install the dependencies from the top of this page: https://github.com/yyuu/pyenv/wiki/Common-build-problems
$ git clone git://github.com/yyuu/pyenv.git ~/.pyenv
pyenv allows you to manage Python (and pip
, etc) versions easily.
3. $ echo 'export PATH="$HOME/.pyenv/bin:$PATH"' >> ~/.bashrc
(Assuming you're using bash
)
4. $ echo 'eval "$(pyenv init -)"' >> ~/.bashrc
5. $ source ~/.bashrc
6. To install a particular version of Python to your machine: