From a1d0142ef3cd0ad71f72a12572057f7d27974c0b Mon Sep 17 00:00:00 2001 From: varac Date: Wed, 11 Feb 2015 13:38:36 +0100 Subject: add comment about why we need to reinstall enum34 --- 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 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 -- cgit v1.2.3