Type: Bug This is follow-up to microsoft/vscode-python#22968 (comment) cc @baszalmstra and @maresb Behaviour Steps to reproduce: Activate pre-release of Python extension that has the pixi support from microsoft/vscode-python#22968 Clone ...
pixi as a main development driver andpixi env -ebehavior#2266 New issue Open Description adrinjalali ruben-arts commentedon Oct 14, 2024 ruben-arts glemaitre commentedon Oct 15, 2024 glemaitre I'll try to describe some potential use cases that we encountered when developing that require a bit...
Problem description Hi, shell and shell-hook both run update_prefix with no_install set to false this result in the execution of LockFileDerivedData.prefix which itself systematically write a pixi file in conda-meta folder From what I sa...
Checks I have checked that this issue has not already been reported. I have confirmed this bug exists on the latest version of pixi, using pixi --version. Reproducible example On windows poweshell create an environment variable with quot...
❯ conda run -vv -p /Users/pavel/quantco/polarify/.pixi/envs/default echo hello DEBUG conda.gateways.logging:set_verbosity(236): verbosity set to 2 Traceback (most recent call last): File "/opt/homebrew/Caskroom/mambaforge/base/lib/python...
Formula/p/pixi.rb Outdated Show resolved pixi: set version env variable 3228d82 pavelzw force-pushed the patch-2 branch from 8bfba59 to 3228d82 Compare October 25, 2024 13:47 pavelzw requested a review from carlocab October 25, 2024 13:50 Sign up for free to join this conversati...
Problem description I wanted to use pixi with pixi-pack to move full envs to an airgapped system and then do a global env import. However pixi doesn't have this notion, it's all local per project. This won't work well for airgapped syste...
Do you have envisioned another approach to get rid of pixi run postinstall that doesn't require all envs being installed? pavelzw changed the title pixi install installs all environment in multi env setting when pypi-dependency is used pixi install installs all environments in multi env setting...
Checks I have checked that this issue has not already been reported. I have confirmed this bug exists on the latest version of pixi, using pixi --version. Reproducible example Use the wasm-jupyterlite example and run pixi list -e wasm. I...
Error: Command failed: conda run -p {project_path}/.pixi/env (...) DirectoryNotACondaEnvironmentError: The target directory exists, but it is not a conda environment. Expected behavior VS Code should activate the pixi environment without using conda for: ...