Linux server2.hpierson.com 3.10.0-1160.105.1.el7.x86_64 #1 SMP Thu Dec 7 15:39:45 UTC 2023 x86_64
Apache
: 162.0.216.123 | : 216.73.216.54
28 Domain
?7.4.33
yvffpqmy
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
python36-virtualenv-15.1.0 /
[ HOME SHELL ]
Name
Size
Permission
Action
AUTHORS.txt
1.2
KB
-rw-r--r--
PKG-INFO
3.3
KB
-rw-r--r--
changes.rst
25.7
KB
-rw-r--r--
development.rst
1.98
KB
-rw-r--r--
index.rst
5.69
KB
-rw-r--r--
installation.rst
1.57
KB
-rw-r--r--
reference.rst
7.14
KB
-rw-r--r--
userguide.rst
10.37
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : installation.rst
Installation ============ .. warning:: We advise installing virtualenv-1.9 or greater. Prior to version 1.9, the pip included in virtualenv did not download from PyPI over SSL. .. warning:: When using pip to install virtualenv, we advise using pip 1.3 or greater. Prior to version 1.3, pip did not download from PyPI over SSL. .. warning:: We advise against using easy_install to install virtualenv when using setuptools < 0.9.7, because easy_install didn't download from PyPI over SSL and was broken in some subtle ways. To install globally with `pip` (if you have pip 1.3 or greater installed globally): :: $ [sudo] pip install virtualenv Or to get the latest unreleased dev version: :: $ [sudo] pip install https://github.com/pypa/virtualenv/tarball/develop To install version X.X globally from source: :: $ curl -O https://pypi.python.org/packages/source/v/virtualenv/virtualenv-X.X.tar.gz $ tar xvfz virtualenv-X.X.tar.gz $ cd virtualenv-X.X $ [sudo] python setup.py install To *use* locally from source: :: $ curl -O https://pypi.python.org/packages/source/v/virtualenv/virtualenv-X.X.tar.gz $ tar xvfz virtualenv-X.X.tar.gz $ cd virtualenv-X.X $ python virtualenv.py myVE .. note:: The ``virtualenv.py`` script is *not* supported if run without the necessary pip/setuptools/virtualenv distributions available locally. All of the installation methods above include a ``virtualenv_support`` directory alongside ``virtualenv.py`` which contains a complete set of pip and setuptools distributions, and so are fully supported.
Close