From 3724db74e927dbeaabdd6a83186f267d2daa6b06 Mon Sep 17 00:00:00 2001 From: Duda Dornelles Date: Tue, 23 Dec 2014 14:59:54 -0200 Subject: Having trouble with enum when installing from pip --- install-pixelated.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'install-pixelated.sh') diff --git a/install-pixelated.sh b/install-pixelated.sh index 0b8e84fa..60d955d1 100755 --- a/install-pixelated.sh +++ b/install-pixelated.sh @@ -48,6 +48,9 @@ cd ../service virtualenv .virtualenv source .virtualenv/bin/activate pip install -r requirements.txt +# having trouble with enum from pip right now +pip uninstall enum +easy_install enum ./go develop # print usage -- cgit v1.2.3