<?xml version="1.0" encoding="UTF-8" ?>
<rdf:RDF xmlns="http://usefulinc.com/ns/doap#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><Project><name>workingenv.py</name>
<shortdesc>Tool to create isolated Python environment</shortdesc>
<description>This tool creates an environment that is isolated from the rest of the Python
installation, eliminating site-packages and any other source of modules, so that
only the modules (and versions) you install into the environment will be
available.  This allows for isolated and controlled environments, as well as
reproduceability.

The basic usage is::

    workingenv.py MyNewEnvironment
    source MyNewEnvironment/bin/activate

After sourcing ``bin/activate`` any commands (like ``easy_install``, ``python
setup.py install``, etc) will install into the new environment.  A Windows
``activate.bat`` file is also generated for that environment.

The workingenv.py script has other options, like ``--home`` (necessary when
using this with Zope), ``--requirements`` (for starting the environment with a
specific set of packages) and others.</description>
<download-page>http://svn.colorstudy.com/home/ianb/workingenv/workingenv.py</download-page>
<maintainer><foaf:Person><foaf:name>Ian Bicking</foaf:name>
<foaf:mbox_sha1sum>1630a5dec536c87a376fa91c571508b6c54e21fa</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>0.2</revision></Version></release>
</Project></rdf:RDF>