Package python-module-virtualenv: Information

    Binary package: python-module-virtualenv
    Version: 15.1.0-alt3.M80P.1
    Architecture: noarch
    Build time:  May 18, 2018, 08:35 AM in the task #206210
    Source package: python-module-virtualenv
    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

    Maintainer: Stanislav Levin


    Last changed


    March 29, 2018 Stanislav Levin 15.1.0-alt3.M80P.1
    - Fix system sys.path down to virtualenv
    - Cleanup patches
    March 25, 2018 Stanislav Levin 15.1.0-alt2.M80P.1
    - Fix installation within the bare virtualenv under python3
    - Cleanup spec
    Feb. 2, 2018 Stanislav Levin 15.1.0-alt1.1
    - (NMU) Fix Requires and BuildRequires to python-setuptools