Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37048577
en ru br
ALT Linux repos
5.0: 1.3.3-alt1

Group :: Development/Python
RPM: python-module-virtualenv

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 1.3.3-alt1
Build date: 17 may 2009, 14:35 ( 775.7 weeks ago )
Size: 711.22 Kb

Home page:   http://pypi.python.org/pypi/virtualenv

License: MIT
Summary: Virtual Python Environment builder
Description:

Tool to create isolated Python environments.

With virtualenv it is became possible to keep separate set of python libraries
for each of your project.

Just exec "virtualenv /your/dir" and whole python enviroment (including
setuptools and easy_install) will be installed there. You could exec scripts
in newly created environment by invoking /your/dir/bin/python

Current maintainer: Maxim Ivanov

List of contributors

List of rpms provided by this srpm:

  • python-module-virtualenv
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin