Skip to content

Commit 6594cbe

Browse files
author
Martin Urban
committed
Removed hardcoded version in setup-dev-env
1 parent 2975dac commit 6594cbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

automations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ def setup_dev_env() -> None:
143143
pathlib.Path(f"{PROJECT_ROOT_DIR}/vendor/pymol-open-source")])
144144
subprocess.run(["git", "checkout", "0313aeba9d75f464e4dddccc3bdbee71a5afb049"],
145145
cwd=pathlib.Path(f"{PROJECT_ROOT_DIR}/vendor/pymol-open-source"))
146-
subprocess.run([pathlib.Path(f"{PROJECT_ROOT_DIR}/.venv/bin/python3.11"), pathlib.Path(f"{PROJECT_ROOT_DIR}/scripts/python/create_generated_files.py")])
146+
subprocess.run([pathlib.Path(f"{PROJECT_ROOT_DIR}/.venv/bin/python"), pathlib.Path(f"{PROJECT_ROOT_DIR}/scripts/python/create_generated_files.py")])
147147
else:
148148
print("pymol-open-source already setup.")
149149
# </editor-fold>

0 commit comments

Comments
 (0)