diff --git a/xfel_calibrate/settings.py b/xfel_calibrate/settings.py index 78c3053e78b331973ba17c99f3ea21da41b1609e..4561d01808bc4d5e63063a9a492086272ba6b620 100644 --- a/xfel_calibrate/settings.py +++ b/xfel_calibrate/settings.py @@ -4,7 +4,7 @@ import sys # path into which temporary files from each run are placed temp_path = os.path.abspath("temp/") -# Path to use for calling Python. If the environment is correctly set, simply the command +# Path to use for calling Python. By default, the Python xfel-calibrate is run in. python_path = sys.executable # Path to find activate script