summaryrefslogtreecommitdiff
path: root/install-pixelated.sh
diff options
context:
space:
mode:
authorDuda Dornelles <ddornell@thoughtworks.com>2014-12-23 14:59:54 -0200
committerDuda Dornelles <ddornell@thoughtworks.com>2014-12-23 14:59:54 -0200
commit3724db74e927dbeaabdd6a83186f267d2daa6b06 (patch)
tree6b21ef72f9ceb754a8cfa73152b65c5c8712b138 /install-pixelated.sh
parenta289cbff5a08c1e24b90866dae44346e21b3ac25 (diff)
Having trouble with enum when installing from pip
Diffstat (limited to 'install-pixelated.sh')
-rwxr-xr-xinstall-pixelated.sh3
1 files changed, 3 insertions, 0 deletions
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