-
|
I wanted to try pixi on one machine, and compare my experience with conda/mamba. But I cannot make pixi work in fish shell. I installed pixi using the official script (curl + bash) and pixi works in bash. But I use fish as my shell of choice on this machine. But with fish, all I get is: For this reason even I haven't found any useful information on this in the documentation. The method used with e.g. mamba (open The machine runs Debian 12 bookworm. Fish is installed from Debian repo, and set as a custom command to run when I open my terminal app (as per the recommendation in fish manual), i.e. there is no global setting that says fish is my shell. So how do people make pixi work with fish? I see people here using it, but cannot figure out how. Thanks in advance for any help. PS: I've found something helpfull in the documentation, but after trying it I got an error: bash$ pixi shell-hook --shell fish
Error: × could not find pixi.toml or pyproject.toml with tool.pixi at directory /home/jena |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
I've solved it in the end! Here is how: From bash$ which pixi
/home/jena/.pixi/bin/pixiThen in fish> fish_add_path /home/jena/.pixi/bin/
fish> pixi --version
pixi 0.59.0Now I have |
Beta Was this translation helpful? Give feedback.
I've solved it in the end! Here is how:
From
bash:Then in
fish:Now I have☺️
pixiworking infish