We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d245340 commit aa66b35Copy full SHA for aa66b35
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