1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/devel/py-virtualenv/pkg-descr
Nicola Vitale c2ebc9d26e `virtualenv` is a tool to create isolated Python environments.
It creates an environment that has its own installation directories,
that doesn't share libraries with other virtualenv environments
(and optionally doesn't use the globally installed libraries either).

Usage: virtualenv YOUR_NEW_PYTHON_ENV

WWW:	http://pypi.python.org/pypi/virtualenv
2008-01-09 10:13:01 +00:00

10 lines
361 B
Plaintext

``virtualenv`` is a tool to create isolated Python environments.
It creates an environment that has its own installation directories,
that doesn't share libraries with other virtualenv environments
(and optionally doesn't use the globally installed libraries either).
Usage: virtualenv YOUR_NEW_PYTHON_ENV
WWW: http://pypi.python.org/pypi/virtualenv