Installation¶
Note
To use manven you need to be using bash, fish or similar as a shell (it should work also for zsh and dash but not yet tested).
Install from pypi¶
To install manven from pypi do:
pip3 install manven
manven can then directly be used to create, list, remove virtual environments.
However, to also have manven active these environments it is recommended that you add this alias to your system (to your rc file):
alias smanven='source $(which manven)'
manven can then be used by calling the command smanven.
If you’re using fish shell, instead add:
alias smanven 'source (which manven.fish)'
Note
If you are using pyenv you should instead add the alias
alias smanven='source $(pyenv which manven)'
and similarly if you are using fish.