Upgrade and requirements tools for pyenv
Copy base_requirements.txt into your home directory
cp base_requirements.txt ~/
Edit your ~/.base_requirements.txt
file to include modules you want installed for every version of python you install with pyenv
.
To upgrade or install pyenv on a mac, run
upgrade_pyenv.sh
To add a new module to the ~/base_requirements.txt
file, simply add it to the file then run
verify_pyenv_pip.sh