Skip to content

Commit 103043f

Browse files
authored
Merge pull request #4 from peterdavidfagan/fix-pushworld-site-package
fix site package error
2 parents d245340 + aa66b35 commit 103043f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python3/setup.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
python3 -m venv venv
22
source venv/bin/activate
33
pip3 install --require-hashes -r requirements.txt
4-
echo "../../../../src" > $(python3 -c 'import site; print(site.getsitepackages()[0])')/pushworld.pth
4+
echo $(python3 -c 'import os; print(os.getcwd())')/src > $(python3 -c 'import site; print(site.getsitepackages()[0])')/pushworld.pth

0 commit comments

Comments
 (0)