Skip to content

Commit d243b1b

Browse files
authored
docs(exec): Fix pixi exec example (#4868)
1 parent a17e9a9 commit d243b1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/cli/pixi/exec_extender

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ pixi exec --with py-rattler --with numpy ipython
1212
pixi exec --spec python=3.9 --spec numpy python
1313

1414
# Install a specific conda package to temporary environment
15-
pixi exec --spec ./numpy-2.3.4-py314h2b28147_0.conda -- python
15+
pixi exec --spec "$(pwd)/numpy-2.3.4-py314h2b28147_0.conda" -- python
1616
pixi exec --spec https://prefix.dev/conda-forge/noarch/polars-1.35.1-pyh6a1acc5_0.conda -- python
1717

1818
# Force reinstall to recreate the environment and get the latest package versions

0 commit comments

Comments
 (0)