mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 03:11:55 +02:00
Merge pull request #1561 from letsencrypt/python2
Use -p python2 when creating virtualenv
This commit is contained in:
@@ -23,7 +23,7 @@ mv "dist.$version" "dist.$version.$(date +%s).bak" || true
|
|||||||
git tag --delete "$tag" || true
|
git tag --delete "$tag" || true
|
||||||
|
|
||||||
tmpvenv=$(mktemp -d)
|
tmpvenv=$(mktemp -d)
|
||||||
virtualenv --no-site-packages $tmpvenv
|
virtualenv --no-site-packages -p python2 $tmpvenv
|
||||||
. $tmpvenv/bin/activate
|
. $tmpvenv/bin/activate
|
||||||
# update setuptools/pip just like in other places in the repo
|
# update setuptools/pip just like in other places in the repo
|
||||||
pip install -U setuptools
|
pip install -U setuptools
|
||||||
|
|||||||
Reference in New Issue
Block a user