Skip to content

Commit 99a4711

Browse files
authored
virtualenv instructions
1 parent 7c3febb commit 99a4711

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,14 @@ $ cd flask-base
5858

5959
```
6060
$ pip install virtualenv
61-
$ virtualenv env
61+
$ virtualenv -p /path/to/python3.x/installation env
62+
$ source env/bin/activate
63+
```
64+
65+
For mac users it will most likely be
66+
```
67+
$ pip install virtualenv
68+
$ virtualenv -p python3 env
6269
$ source env/bin/activate
6370
```
6471

0 commit comments

Comments
 (0)