Skip to content

Commit aa66b35

Browse files
fix site package error
resolves #3
1 parent d245340 commit aa66b35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python3/setup.sh

Lines changed: 1 addition & 1 deletion
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)