summaryrefslogtreecommitdiff
path: root/install-pixelated.sh
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2015-02-11 13:38:36 +0100
committervarac <varacanero@zeromail.org>2015-02-11 13:38:36 +0100
commita1d0142ef3cd0ad71f72a12572057f7d27974c0b (patch)
treefd33ae82d955f6550c45c6983033a35bdc6dc344 /install-pixelated.sh
parent71d1d8aac36ca6d5ce7b9f6b86a9891b45d3757c (diff)
add comment about why we need to reinstall enum34
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 d5521399..1d67f942 100755
--- a/install-pixelated.sh
+++ b/install-pixelated.sh
@@ -99,6 +99,9 @@ rm -rf "$VIRTUALENV_PATH"
virtualenv "$VIRTUALENV_PATH"
source "$VIRTUALENV_PATH/bin/activate"
./go setup --always-unzip
+
+# see https://github.com/pixelated-project/pixelated-user-agent/issues/225#issuecomment-70651268
+# for details why we need to reinstall enum34
pip uninstall -y enum34
pip install enum34