Name : python-module-virtualenv Relocations: (not relocatable) Version : 15.0.3 Vendor: ALT Linux Team Release : alt1 Build Date: Mon Sep 5 14:37:39 2016 Install date: (not installed) Build Host: george-sisyphus.hasher.altlinux.org Group : Development/Python Source RPM: (none) Size : 1855363 License: MIT Packager : George V. Kouryachy (Fr. Br. George) URL : http://pypi.python.org/pypi/virtualenv 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