mirror of
https://github.com/arsenetar/dupeguru.git
synced 2026-02-24 04:31:38 +00:00
Fixed bootstrapping under Python 3.3
This commit is contained in:
@@ -21,7 +21,7 @@ if [ ! -d "env" ]; then
|
|||||||
python get-pip.py $PIPARGS --force-reinstall
|
python get-pip.py $PIPARGS --force-reinstall
|
||||||
fi
|
fi
|
||||||
deactivate
|
deactivate
|
||||||
python3 -m venv env --system-site-packages
|
python3 -m venv env --upgrade --system-site-packages
|
||||||
fi
|
fi
|
||||||
|
|
||||||
source env/bin/activate
|
source env/bin/activate
|
||||||
|
|||||||
Reference in New Issue
Block a user