[doc] make the tutorial use a python3 virtualenv
authorPhilippe Pepiot <philippe.pepiot@logilab.fr>
Wed, 27 Mar 2019 15:51:50 +0100
changeset 12533 3657b5d82590
parent 12532 38004d09d178
child 12534 e0e7d8ca051f
[doc] make the tutorial use a python3 virtualenv
doc/tutorials/advanced/part01_create-cube.rst
--- a/doc/tutorials/advanced/part01_create-cube.rst	Wed Mar 27 15:43:53 2019 +0100
+++ b/doc/tutorials/advanced/part01_create-cube.rst	Wed Mar 27 15:51:50 2019 +0100
@@ -10,8 +10,8 @@
 
 Fisrt I need a python virtual environment with cubicweb::
 
-  virtualenv python-2.7.5_cubicweb
-  . /python-2.7.5_cubicweb/bin/activate
+  python3 -m venv venv
+  . venv/bin/activate
   pip install cubicweb[pyramid]