diff --git a/dimple b/dimple index 4062fbd..b2821da 100755 --- a/dimple +++ b/dimple @@ -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 "$@"