Hi,
I have some time ago turned myself into a pixi-propagator... and swtiched all my projects to it.
This is no wonder manager. It actually uses a lot from conda and pip under the hood, and is similar to uv manager.
I switched to using it because:
- It's light-weight and fast (mamba is too, I know)
- It's firmy attached to the project -- I don't have to remember conda/mamba env to use (this was the main selling point for me)
- It's isolated -- everything is in a local
.pixi sub folder, I just remove it when guaranteed packages update is desired
- It's very easy to use... just
pixi add package or pixi add package==version
- ...and it can work aside, as an alternative manager
I'm not saying to replace the proven and standard packages management, I'm offering it here as a parallel way of doing... with the risk that all (../setup.py, ../requirements.txt, and now even pixi.toml) config files should be synchronized...
For your kind consideration only. Preview is available on the pixi branch of this repo.
Cheers,
V.
Hi,
I have some time ago turned myself into a pixi-propagator... and swtiched all my projects to it.
This is no wonder manager. It actually uses a lot from conda and pip under the hood, and is similar to uv manager.
I switched to using it because:
.pixisub folder, I just remove it when guaranteed packages update is desiredpixi add packageorpixi add package==versionI'm not saying to replace the proven and standard packages management, I'm offering it here as a parallel way of doing... with the risk that all (
../setup.py,../requirements.txt, and now evenpixi.toml) config files should be synchronized...For your kind consideration only. Preview is available on the
pixibranch of this repo.Cheers,
V.