We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b01e148 commit f10166bCopy full SHA for f10166b
1 file changed
olmoearth_pretrain/internal/common.py
@@ -167,7 +167,7 @@ def build_launch_config(
167
"uv sync --locked --all-groups",
168
# activate the uv venv
169
"venv_path=$(uv run python -c 'import sys; print(sys.executable)')",
170
- 'source "$(dirname "$python_path")/activate"',
+ 'source "$(dirname "$venv_path")/activate"',
171
# check this worked
172
'uv run python -c "import sys; print(sys.executable)"',
173
'python -c "import sys; print(sys.executable)"',
0 commit comments