pyenv¶
- pyenv - manage and install a bunch of different python versions and also create virtual environments for each and every project
- pyenv-virtualenv
configure local python version¶
create / init a virtualenv:
go to your desired folder and do:
pyenv custom pip.conf¶
to use a custom pip.conf
, e.G. for piwheels.org ...
when the virtualenv is loaded / activated, create the custom pip.conf
like this: