diff options
-rwxr-xr-x | install-pixelated.sh | 3 |
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 |