Information about the package, python27-virtualenv, which is shipped with common Linux distributions. The python27-virtualenv package is designed for, Tool to create isolated Python environments.
Package Name:
python27-virtualenv
Summary:
Tool to create isolated Python environments
Description:
virtualenv is a tool to create isolated Python environments. virtualenv is a successor to workingenv, and an extension of virtual-python. It is written by Ian Bicking, and sponsored by the Open Planning Project. It is licensed under an MIT-style permissive license.
Architecture:
noarch
Version:
15.1.0
Release:
1.ius.el6
Size:
2.1 M
Repository:
installed
From Repository:
ius
Licence:
MIT
Control the python27-virtualenv package with the following handy commands outlined below.
yum install python27-virtualenv
This command will install python27-virtualenv on the server.
yum remove python27-virtualenv
This command will un-install python27-virtualenv on the server. When you run this command, you will be asked if you are sure that you want to remove python27-virtualenv, so you have to manually confirm that you want to do this.
yum -y remove python27-virtualenv
This command will un-install python27-virtualenv on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove python27-virtualenv when using the -y flag.
yum update python27-virtualenv
This command will update python27-virtualenv to the latest version. When you run this command, you will be asked if you are sure that you want to remove python27-virtualenv, so you have to manually confirm that you want to do this.
yum -y update python27-virtualenv
This command will update python27-virtualenv to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove python27-virtualenv when using the -y flag.
yum info python27-virtualenv
This command will show you core information about the python27-virtualenv package.
yum deplist python27-virtualenv
This command will show you the dependencies for python27-virtualenv. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.
yum check-update python27-virtualenv
This command will check if there is an update waiting on python27-virtualenv. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.