mirror of
https://github.com/certbot/certbot.git
synced 2026-07-27 16:30:31 +02:00
virtualenv --no-site-packages
Now, that all packages are installable using setuptools, `--system-site-packages` is no longer necessary, and it's better to use saner `--no-site-packages`.
This commit is contained in:
@@ -12,7 +12,7 @@ Apache, though we will be expanding it to other platforms.
|
||||
```
|
||||
sudo apt-get install python python-setuptools python-virtualenv \
|
||||
python-dev gcc swig dialog libssl-dev
|
||||
virtualenv --system-site-packages venv
|
||||
virtualenv --no-site-packages venv
|
||||
./venv/bin/python setup.py install
|
||||
sudo ./venv/bin/letsencrypt
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user