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
Category: Development/Python
Report package bugHome 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
List of rpms provided by this srpm:
python-module-virtualenv (noarch)
python3-module-virtualenv (noarch)
python-module-virtualenv (noarch)
python3-module-virtualenv (noarch)
Maintainer: Stanislav Levin
List of contributors:
Stanislav Levin
George V. Kouryachy
Aleksei Nikiforov
Denis Medvedev
Ivan Zakharyaschev
Eugeny A. Rostovtsev
Aleksey Avdeev
Vladimir V Kamarzin
Vitaly Kuznetsov
Maxim Ivanov
Stanislav Levin
George V. Kouryachy
Aleksei Nikiforov
Denis Medvedev
Ivan Zakharyaschev
Eugeny A. Rostovtsev
Aleksey Avdeev
Vladimir V Kamarzin
Vitaly Kuznetsov
Maxim Ivanov
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