Skip to main content

A command line program for managing Python virutal environments.

Project description

# PyVEM

The Python Virtual Enviroment Manager is a wrapper around the virtualenv library, providing a command line interface that better organizes Python environments. It provides quick access to the most commonly used aspects of virtual enviroments.

## Getting Started ` pip install pyvem `

After PyVEM is installed you will need to add a function to your .bash_profile in order to create a more seamless experience for activating environments. You will need to restart your console after adding this function. This first time you try to activate an environment you will be provided the function. PyVEM will create a hidden directory in your home directry to store all PyVEM environments.

## The Basics Create a new virtual environment. ` $ pyvem create my_env ` See all of your PyVEM environemnts. ` $ pyvem list ` Activate an environment. ` $ pyvem activate my_env ` Deactivate your environment ` $ pyvem deactivate `

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyvem-0.0.1.tar.gz (4.0 kB view hashes)

Uploaded Source

Built Distribution

pyvem-0.0.1-py2.py3-none-any.whl (6.1 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page