Package python-module-virtualenv: Information

    Source package: python-module-virtualenv
    Version: 1.3.3-alt1.1
    Build time:  Dec 4, 2009, 07:19 PM
    Report package bug
    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

    List of rpms provided by this srpm:
    python-module-virtualenv (noarch)

    Maintainer: Maxim Ivanov


      1. rpm-build-python >= 0.8
      2. python-devel = 2.6
      3. python-module-setuptools

    Last changed


    Nov. 18, 2009 Eugeny A. Rostovtsev 1.3.3-alt1.1
    - Rebuilt with python 2.6
    May 17, 2009 Maxim Ivanov 1.3.3-alt1
    - Bump to 1.3.3
    - added docs
    Sept. 17, 2008 Maxim Ivanov 1.2-alt1
    - Initial build for Sisyphus