Skip to content

anemele/pyvm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Virtual env Manager

A Python Virtual environments manager for Windows, based on virtualenv .

Usage

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 version
  • list , alias ls , list all envs
  • remove , alias rm , remove an existing env
  • use , activate an existing env
  • export/import , migrate envs

About

Python Virtual env Manager for Windows

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages