Skip to content

Commit e3a6a90

Browse files
committed
changed source setup.sh
1 parent 1232bb5 commit e3a6a90

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ if [ ! -d venv ]
66
then
77
virtualenv venv
88
fi
9-
9+
virtualenv --python=python2.7 venv
1010
. venv/bin/activate
1111

1212
pip install Flask

0 commit comments

Comments
 (0)