We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1232bb5 commit e3a6a90Copy full SHA for e3a6a90
1 file changed
setup.sh
@@ -6,7 +6,7 @@ if [ ! -d venv ]
6
then
7
virtualenv venv
8
fi
9
-
+virtualenv --python=python2.7 venv
10
. venv/bin/activate
11
12
pip install Flask
0 commit comments