Package python-module-virtualenv: Information

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

Maintainer: Stanislav Levin


    1. python-module-mock
    2. python-module-nose
    3. python-module-pytest
    4. python-module-setuptools
    5. python3-module-pytest
    6. python3-module-setuptools
    7. rpm-build-ubt
    8. rpm-build-python
    9. rpm-build-python3
    10. python3-module-mock
    11. python3-module-nose

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