Use a more specific version of python for venv

This commit is contained in:
Bruno Alla 2018-09-16 20:04:50 +01:00 committed by GitHub
parent fa162dc970
commit 46ab5aefc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ First things first.
#. Create a virtualenv: ::
$ python3 -m venv <virtual env path>
$ python3.6 -m venv <virtual env path>
#. Activate the virtualenv you have just created: ::