# HG changeset patch # User Philippe Pepiot # Date 1553698310 -3600 # Node ID 3657b5d82590a124972cabd2f855646956707c3e # Parent 38004d09d178b8d69a2d16a31491d35eabf60c19 [doc] make the tutorial use a python3 virtualenv diff -r 38004d09d178 -r 3657b5d82590 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]