doc/tutorials/advanced/part01_create-cube.rst
changeset 12533 3657b5d82590
parent 12530 9d88e1177c35
child 12534 e0e7d8ca051f
--- 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]