1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2026-02-03 11:51:39 +00:00

Fixed bootstrapping under Python 3.3

This commit is contained in:
Virgil Dupras
2014-03-28 16:27:45 -04:00
parent 72b3cfb364
commit b76820ebde

View File

@@ -21,7 +21,7 @@ if [ ! -d "env" ]; then
python get-pip.py $PIPARGS --force-reinstall
fi
deactivate
python3 -m venv env --system-site-packages
python3 -m venv env --upgrade --system-site-packages
fi
source env/bin/activate