Skip to content
/ mvenv Public

A Python 3 Virtual Environment Management Tool

License

Notifications You must be signed in to change notification settings

rafapi/mvenv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 

Repository files navigation

mvenv

Python 3.7 3.8 3.9

A minimalist Python venv management tool

set-up

  • 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

usage

  • 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

requirements

  • Either asdf or pyenv
  • Python >= 3.7

About

A Python 3 Virtual Environment Management Tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages