mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
3c1a9ed73b
- Build docs with devel/py-sphinx - Convert to the new options framework - Move code, that fix pkg-plist when Python ver >= 3.2, to a separate file (files/py3k-fix-pkg-plist.inc) - Update WWW: field in pkg-descr BuildLog: http://goo.gl/QCpX6 Changes&News: http://goo.gl/OqbDH
10 lines
341 B
Plaintext
10 lines
341 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://www.virtualenv.org/
|