We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d245340 + aa66b35 commit 103043fCopy full SHA for 103043f
python3/setup.sh
@@ -1,4 +1,4 @@
1
python3 -m venv venv
2
source venv/bin/activate
3
pip3 install --require-hashes -r requirements.txt
4
-echo "../../../../src" > $(python3 -c 'import site; print(site.getsitepackages()[0])')/pushworld.pth
+echo $(python3 -c 'import os; print(os.getcwd())')/src > $(python3 -c 'import site; print(site.getsitepackages()[0])')/pushworld.pth
0 commit comments