We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a17e9a9 commit d243b1bCopy full SHA for d243b1b
docs/reference/cli/pixi/exec_extender
@@ -12,7 +12,7 @@ pixi exec --with py-rattler --with numpy ipython
12
pixi exec --spec python=3.9 --spec numpy python
13
14
# Install a specific conda package to temporary environment
15
-pixi exec --spec ./numpy-2.3.4-py314h2b28147_0.conda -- python
+pixi exec --spec "$(pwd)/numpy-2.3.4-py314h2b28147_0.conda" -- python
16
pixi exec --spec https://prefix.dev/conda-forge/noarch/polars-1.35.1-pyh6a1acc5_0.conda -- python
17
18
# Force reinstall to recreate the environment and get the latest package versions
0 commit comments