mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 13:59:02 -04:00
Merge pull request #122 from kuba/bugs/120
virtualenv python2 (fixes #120)
This commit is contained in:
commit
d51c01e5ad
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ sudo apt-get install python python-setuptools python-virtualenv \
|
|||
### Installation
|
||||
|
||||
```
|
||||
virtualenv --no-site-packages venv
|
||||
virtualenv --no-site-packages -p python2 venv
|
||||
./venv/bin/python setup.py install
|
||||
sudo ./venv/bin/letsencrypt
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue