freebsd-ports/devel/py-virtualenv/pkg-descr
Nicola Vitale 3c1a9ed73b - Update to 1.8.1
- 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
2012-09-05 06:01:31 +00:00

9 lines
341 B
Text

``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/