Skip to main content

Virtual Python Environment builder

Project description

Virtualenv

Mailing list | Issues | Github | PyPI | User IRC: #pypa Dev IRC: #pypa-dev

Introduction

virtualenv is a tool to create isolated Python environments.

The basic problem being addressed is one of dependencies and versions, and indirectly permissions. Imagine you have an application that needs version 1 of LibFoo, but another application requires version 2. How can you use both these applications? If you install everything into /usr/lib/python2.7/site-packages (or whatever your platform’s standard location is), it’s easy to end up in a situation where you unintentionally upgrade an application that shouldn’t be upgraded.

Or more generally, what if you want to install an application and leave it be? If an application works, any change in its libraries or the versions of those libraries can break the application.

Also, what if you can’t install packages into the global site-packages directory? For instance, on a shared host.

In all these cases, virtualenv can help you. It creates an environment that has its own installation directories, that doesn’t share libraries with other virtualenv environments (and optionally doesn’t access the globally installed libraries either).

Release History

14.0.5 (2016-02-01)

  • Homogenize drive letter casing for both prefixes and filenames. #858

14.0.4 (2016-01-31)

  • Upgrade setuptools to 19.6.2

  • Revert ac4ea65; only correct drive letter case. Fixes #856, #815

Full Changelog.

Project details


Release history Release notifications | RSS feed

Download files

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

Source Distribution

virtualenv-14.0.5.tar.gz (1.8 MB view details)

Uploaded Source

Built Distribution

virtualenv-14.0.5-py2.py3-none-any.whl (1.8 MB view details)

Uploaded Python 2 Python 3

File details

Details for the file virtualenv-14.0.5.tar.gz.

File metadata

File hashes

Hashes for virtualenv-14.0.5.tar.gz
Algorithm Hash digest
SHA256 33db086a3ae4d2cf9e20ac5587d4b518fb80fcda098b872065a7300cf73fca52
MD5 5769a96de40d99c4557a0070e4b2e48e
BLAKE2b-256 5c1228d736d40b449efefe6d8e197f97e469676da4693ab5bf86b23b7ecb7db7

See more details on using hashes here.

Provenance

File details

Details for the file virtualenv-14.0.5-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for virtualenv-14.0.5-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 c8c70448f1d3492b212ac55d382e2eadbed45565f4d7f472466eae7855f992e6
MD5 d72283571b2b7ef1c0ef0de570f87bfd
BLAKE2b-256 86753faa707b910bb194a44c4052cba65eb644ff018a1af1c2a4aed959fa4bb6

See more details on using hashes here.

Provenance

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