Skip to content

Commit

Permalink
Switching python interpreter name to python3.
Browse files Browse the repository at this point in the history
  • Loading branch information
isu-rassilon committed Apr 5, 2024
1 parent a85d4e2 commit 9c8a4c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macos/run_me.command
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

export SCANFOLDRUNDIR=$(cd `dirname $(readlink $0 || echo $0)` && cd .. && pwd)
export SCANFOLDPYTHONINTERPRETER=$(which python)
export SCANFOLDPYTHONINTERPRETER=$(which python3)
export SCANFOLDRUNSCRIPT=${SCANFOLDRUNDIR}/scanfold/run_scanfold.py
export SCANFOLDISBUNDLED=TRUE
#switch to this if fork doesn't work
Expand Down

0 comments on commit 9c8a4c6

Please sign in to comment.