Merge "Use python2.7 for doc-tools-update-cli-reference"
This commit is contained in:
commit
b95b24b751
@ -41,7 +41,7 @@ if [[ ! -e $HOME/.gitconfig ]]; then
|
||||
fi
|
||||
|
||||
if [[ ! -e .venv ]]; then
|
||||
virtualenv .venv
|
||||
virtualenv -p python2.7 .venv
|
||||
fi
|
||||
|
||||
source .venv/bin/activate
|
||||
|
Loading…
Reference in New Issue
Block a user