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 a34f01b commit 6a770a6Copy full SHA for 6a770a6
docs/reference/cli/pixi/exec_extender
@@ -11,6 +11,10 @@ pixi exec --with py-rattler --with numpy ipython
11
# Specify the specs of the environment
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
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
19
pixi exec --force-reinstall --with py-rattler ipython
20
```
0 commit comments