Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 507 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 507 Bytes

pyenv-tools

Upgrade and requirements tools for pyenv

setup

Copy base_requirements.txt into your home directory

cp base_requirements.txt ~/

usage

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