Scripts for easily managing python virtual envs
- git clone the repo
- git clone
[email protected]:MatteoBouvier/env_manager.git
- git clone
- change directory to env_manager
cd env_manager
- install pyenv using the Makefile
make install
To also install aliases, run make install ALIASES=true
. This will install cenv
as shortcut for pyenv -c
, senv
for pyenv -s
, denv
and renv
.