Skip to main content

A minimalistic Python virtual environment managerthat no one needs

Project description

benv

A minimalistic Python virtual environment manager that no one needs.

Requirements

  • Python >= 3.3

Installation

Clone this repo

git clone git@github.com:burakyilmaz321/benv.git

Source benv.sh in your .bashrc

# anywhere in ~/.bashrc
source /path/to/benv.sh

Usage

Create a home directory for environments

mkdir ~/.envs

Export this folder's path as BENV_HOME

BENV_HOME=~/.envs

There are four basic functions to call

  • mkenv Create a new virtual environment
  • lsenv List all existing virtual environments
  • chenv Activate an existing virtual environment
  • rmenv Remove a virtual environment

License

MIT

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

benv-0.1.2.tar.gz (2.3 kB view hashes)

Uploaded Source

Built Distribution

benv-0.1.2-py3-none-any.whl (4.6 kB view hashes)

Uploaded 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