virtualenv
Description
manage a python virtualenv
Parameters
path(required): the environment pathpython-bin(optional): the path the python interpreter to usenote:
python2.5 will use the python2.5 interpreter to create the new environment. The default is the interpreter that virtualenv was installed withrequirements-file(optional): the python requirements file path, which will be used to configure this environmentsystem-site-packages(optional): whether to give the virtual environment access to the global site-packages or not, by defaulttrueextra-search-dir(optional): whether to always copy files rather than symlinking or not, by defaultfalse