Skip to content

Commit

Permalink
#PSYNEU-140 - remove testing path , use prod path for psyneulinkviewer
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmartin committed Sep 25, 2024
1 parent bbbc792 commit 1c651cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/mac_installer.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
pip install -vv dist/psyneulinkviewer-0.4.8.tar.gz --break-system-packages --use-pep517 && source ~/.bashrc_profile
pip install -vv psyneulinkviewer --break-system-packages --use-pep517 && source ~/.bashrc_profile

# Variables - adjust these for your setup
APP_PATH="$HOME/psyneulinkviewer-darwin-x64/psyneulinkviewer.app/" # Replace with the full path to the application
Expand Down

0 comments on commit 1c651cf

Please sign in to comment.