VirtualEnv

1
2
3
$ python -m venv $HOME/local/python
$ source $HOME/local/python/bin/activate
> deactivate