Skip to main content
Glama

Python Dependency Manager Companion

by KemingHe
FAQ.md2.29 kB
## What is the difference with `conda`, `mamba`, `poetry`, `pip` | Tool | Installs python | Builds packages | Runs predefined tasks | Has lock files builtin | Fast | Use without python | |--------|-----------------|-----------------|-----------------------|-----------------------|------|------------------------------------------------------------------------| | Conda | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | | Mamba | ✅ | ❌ | ❌ | ❌ | ✅ | [✅](https://mamba.readthedocs.io/en/latest/user_guide/micromamba.html) | | Pip | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | | Pixi | ✅ | 🚧 | ✅ | ✅ | ✅ | ✅ | | Poetry | ❌ | ✅ | ❌ | ✅ | ❌ | ❌ | ## Why the name `pixi` Starting with the name `prefix` we iterated until we had a name that was easy to pronounce, spell and remember. There also wasn't a CLI tool yet using that name. Unlike `px`, `pex`, `pax`, etc. When in code mode we spell it like this `pixi`, otherwise we always start with an uppercase letter: Pixi. We think the name sparks curiosity and fun, if you don't agree, I'm sorry, but you can always alias it to whatever you like. === "Linux & macOS" ```shell alias not_pixi="pixi" ``` === "Windows" PowerShell: ```powershell New-Alias -Name not_pixi -Value pixi ``` ## Where is `pixi build` **TL;DR**: It's coming we promise! `pixi build` is going to be the subcommand that can generate a conda package out of a Pixi workspace. This requires a solid build tool which we're creating with [`rattler-build`](https://github.com/prefix-dev/rattler-build) which will be used as a library in pixi.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/KemingHe/python-dependency-manager-companion-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server