A minimalist Python venv management tool
- Clone this repo:
git clone https://github.com/rafapi/mvenv.git ~/.mvenv
- Source
mvenv
from~/.bashrc
or~/.zshrc
source $HOME/.mvenv/mvenv.sh
- Open a new shell or run
source $HOME/.mvenv/mvenv.sh
in the current one
- type
mve
on your shell to see the options.
# mve help
CLI Options:
mve mk <word> --> creates a new venv
mve rm <word> --> removes an existing venv
mve ls <word> --> lists all available venvs
mve activate <word> --> activate a venv
mve help --> displays this menu
- Either
asdf
orpyenv
Python >= 3.7