From 46ab5aefc764770d4e0e0ddfcea4d6767b5501c4 Mon Sep 17 00:00:00 2001 From: Bruno Alla Date: Sun, 16 Sep 2018 20:04:50 +0100 Subject: [PATCH] Use a more specific version of python for venv --- docs/developing-locally.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developing-locally.rst b/docs/developing-locally.rst index 8a584165..719df022 100644 --- a/docs/developing-locally.rst +++ b/docs/developing-locally.rst @@ -17,7 +17,7 @@ First things first. #. Create a virtualenv: :: - $ python3 -m venv + $ python3.6 -m venv #. Activate the virtualenv you have just created: ::