/virtualenv-manager

GUI application for managing python virtual environments

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

virtualenv-manager Built with Spacemacs

After starting so many different python projects it started becoming a nuisance to create a new virtual environment from the command-line everytime. So I decided to create a simple GUI application to make it a little easier to manage all my virtual environments. This application allows you to create new environments with the click of a button and opens a new terminal with a selected environment with the click of the mouse. Enjoy!

Installation

# clone this repository
git clone https://github.com/jcoady9/beets.git

# Enter the project directory
cd virtualenv-manager

# Run the setup script
python setup.py install

Usage

Run the virtualenv-manager script to start the GUI.

python virtualenv-manager.py

License

virtualenv-manager is released under the BSD 3-Clause "Revised" License.