Browse Source

Merge pull request #358 from tracim/fix/348/venv_python_version

Damien Accorsi 7 years ago
parent
commit
007f15e929
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md View File

149
 
149
 
150
 Create a python virtual environment:
150
 Create a python virtual environment:
151
 
151
 
152
-    virtualenv -p /usr/bin/python3.4 tg2env
152
+    virtualenv -p /usr/bin/python3 tg2env
153
 
153
 
154
 Activate it in your terminal session (**all tracim command execution must be executed under this virtual environment**):
154
 Activate it in your terminal session (**all tracim command execution must be executed under this virtual environment**):
155
 
155