Skip to main content

A Python package for programmatic creation of Python virtual environments

Project description

A Python package for programmatic creation of Python virtual environments

Prerequisites

A virtualenvwrapper installation must have been installed and be available in a login shell. The following virtualenvwrapper implementations have been tested:

Possibly in future we will also support:

Manual release

Upgrade the version:

$ bumpversion <major | minor | patch>

Push the tagged commit into the repository together with the tag. You can find the latest tag using the git tag command or find and fill in the most recent tag with git describe:

$ git push --atomic origin master $(git describe --abbrev=0 --tags)

Create the source and the binary distribution (outputs in the dist directory):

$ python setup.py sdist bdist_wheel

Remove old versions in the dist directory and use the following command to upload its contents to PyPI:

$ twine upload dist/* --config-file=<path/to/file/with/credentials.pypirc>

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

venv-management-1.1.14.tar.gz (7.5 kB view hashes)

Uploaded Source

Built Distribution

venv_management-1.1.14-py3-none-any.whl (6.8 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