Skip to content

Commit

Permalink
use python3 for local testing
Browse files Browse the repository at this point in the history
  • Loading branch information
wojdyr committed Jul 6, 2022
1 parent 3f35eb0 commit a3a4063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dimple
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
this_dir="$(cd "$(dirname "$0")" && pwd)"
if [ -e "$this_dir/main.py" ] && [ "$this_dir" != "$CCP4/bin" ]; then
# development (source tree) version
exec python2.7 "$this_dir/main.py" "$@"
exec python3 "$this_dir/main.py" "$@"
else
# installed module
exec "$CCP4/bin/ccp4-python" -m dimple "$@"
Expand Down

0 comments on commit a3a4063

Please sign in to comment.