Skip to content

Commit

Permalink
Merge pull request #31 from whit537/pin-to-python2
Browse files Browse the repository at this point in the history
Pin to Python 2 in the Makefile
  • Loading branch information
jaraco authored Jul 26, 2016
2 parents abdd5a8 + 9d0fb6e commit 280e61b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
env:
unzip -q -d vendor/virtualenv vendor/virtualenv*.whl
python ./vendor/virtualenv/virtualenv.py \
python ./vendor/virtualenv/virtualenv.py --python=python2.7 \
--prompt="[mongs] " \
./env/
rm -R vendor/virtualenv
Expand Down

0 comments on commit 280e61b

Please sign in to comment.