Skip to content

Commit

Permalink
Updated virtual env script
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewssobral committed Mar 16, 2024
1 parent 2e90e25 commit 8a99619
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion virtualenv-build-test-publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,10 @@ export PYTHONPATH=$PYTHONPATH:$PWD/build/lib.linux-x86_64-cpython-38
export PYTHONPATH=$PYTHONPATH:$PWD/build/lib.linux-x86_64-cpython-310
# ubuntu 24
export PYTHONPATH=$PYTHONPATH:$PWD/build/lib.linux-x86_64-cpython-312
# The following line is for Mac
# The following line is for Mac (intel)
export PYTHONPATH=$PYTHONPATH:$PWD/build/lib.macosx-11-x86_64-cpython-39
# The following line is for Mac (arm64)
export PYTHONPATH=$PYTHONPATH:$PWD/build/lib.macosx-13-arm64-cpython-39

# Run demo.py and demo2.py to verify the package installation
python demo.py
Expand Down

0 comments on commit 8a99619

Please sign in to comment.