Installs Python libraries, optionally in a \fIvirtualenv\fR
."------OPTIONS
."
."
.SHOPTIONS
.IPvirtualenv
an optional \fIvirtualenv\fR directory path to install into. If the \fIvirtualenv\fR does not exist, it is created automatically
.IPname
A Python library name(required)."
."
."------NOTES
.SHNOTES
.PP
Please note that the \fIeasy_install\fR module can only install Python libraries. Thus this module is not able to remove libraries. It is generally recommended to use the \fIpip\fR module which you can first install using \fIeasy_install\fR.
.PP
Also note that \fIvirtualenv\fR must be installed on the remote host if the \fCvirtualenv\fR parameter is specified.