kxmh42

Results 7 comments of kxmh42

This would also help with two other issues I have: 1. I want to use Pixi envs in VS Code, the same way I use Conda envs. To make a...

> > to make a Pixi env show up among Python environments that I can use as notebook kernels, I need to manually symlink it to the directory with my...

Your example configuration file is an equivalent of `pixi.toml`. Personally, I don't see a need for such a file. `pixi global` is a package manager, and package managers usually don't...

Ah, I see! In any case, if you do this, please don't save these config/lock files in `$PIXI_HOME`. Instead, put them in the appropriate XDG directories (config in `$XDG_CONFIG_HOME/pixi`, lockfile...

I have a problem related to this issue: PATH is modified by the Pixi install script only in `.bashrc`, and in most systems `.bashrc` is configured not to work in...

I investigated it a bit more, and it turns out that it is annoyingly non-obvious how to properly add something to PATH so that it works in all typical circumstances....

I agree, however it would be better for the Pixi installer to update `.zshenv` instead of `.zshrc`, to make Pixi available for non-interactive shells.