Skip to content

G1aD05/vmanager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

Repository files navigation

Virtual Envrionment Manager (Vman)

Requirements

  1. Python 3
  2. Unix based machine (mac, linux, etc)

Commands

help -- Shows this
new -- creates a new virtual environment (ex: vman new --name venv-name)
remove -- removes a virtual environment (ex: vman remove venv-name)
run -- runs a python file with a virtual environment (ex: vman run venv-name python-file.py)
install -- installs a package into a the selected virtual environment (ex: vman install package-name venv-name)
info -- gets the installed packages from a virtual environment (ex: vman info venv-name)
uninstall -- uninstalls the selected package (ex: vman uninstall package-name venv-name)

Instructions

  1. Download the vman-installer
  2. Open your terminal and type chmod +x /path/to/file/vman-installer
  3. Then type ./path/to/file/vman-installer
  4. Let it install
  5. Type vman help

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published