Skip to content

Commit 17366b1

Browse files
authored
Fixed same name on python 2.7 and 3 venv issue (#1)
1 parent 9406fa7 commit 17366b1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ for Python 2.7. Download and install both.
6363

6464
To setup the virtual environment run (assuming git bash):
6565

66-
$ py.exe -2 -mvirtualenv --system-site-packages venv
67-
$ venv/Scripts/python -mpip install --upgrade pip wheel setuptools
68-
$ venv/Scripts/pip install .
66+
$ py.exe -2 -mvirtualenv --system-site-packages venv-27
67+
$ venv-27/Scripts/python -mpip install --upgrade pip wheel setuptools
68+
$ venv-27/Scripts/pip install .
6969

7070
NOTE: The `py.exe` tool is only shipped with recent Python 3.
7171

0 commit comments

Comments
 (0)