A Python Virtual environments manager for Windows,
based on virtualenv
.
Prerequisite
Pre-install some version of Python,
and install virtualenv
with executable in PATH.
Then
There are four subcommands to operate the envs
add
, create a new env, you can specify an existing Python versionlist
, aliasls
, list all envsremove
, aliasrm
, remove an existing envuse
, activate an existing envexport/import
, migrate envs