浏览代码

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

Damien Accorsi 7 年前
父节点
当前提交
007f15e929
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      README.md

+ 1 - 1
README.md 查看文件

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