Skip to content

Commit

Permalink
use psychopy version also in invocation to installer
Browse files Browse the repository at this point in the history
  • Loading branch information
yarikoptic committed Aug 28, 2024
1 parent b25be4e commit 07a1642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/repronim/repronim-psychopy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ generate() {
libusb-1.0-0-dev portaudio19-dev libasound2-dev \
vim wget strace time ncdu gnupg curl procps pigz less tree python3 python3-pip \
--run "git clone https://github.com/wieluk/psychopy_linux_installer/ /opt/psychopy-installer; cd /opt/psychopy-installer; git checkout 21b1ac36ee648e00cc3b68fd402c1e826270dad6" \
--run "/opt/psychopy-installer/psychopy_linux_installer.sh --install_dir=/opt/psychopy --psychopy_version=2024.1.4 --bids_version=2023.2.0 --python_version=3.10.14 --wxpython_version=4.2.1 -v -f" \
--run "/opt/psychopy-installer/psychopy_linux_installer.sh --install_dir=/opt/psychopy --psychopy_version="$v" --bids_version=2023.2.0 --python_version=3.10.14 --wxpython_version=4.2.1 -v -f" \
--run "/opt/psychopy/psychopy_*/bin/pip install qrcode" \
--run "bash -c 'ln -s /opt/psychopy/psychopy_*/bin/psychopy /usr/local/bin/'" \
--run "bash -c 'b=\$(ls /opt/psychopy/psychopy_*/bin/python3); echo -e \"#!/bin/sh\n\$b \\\"\\\$@\\\"\" >| /usr/local/bin/python3; chmod a+x /usr/local/bin/python3'" \
Expand Down

0 comments on commit 07a1642

Please sign in to comment.