-
To create a new MAX/Mojo project, one is told to use Magic/Pixi. |
Beta Was this translation helpful? Give feedback.
Answered by
benz0li
Oct 14, 2024
Replies: 1 comment
-
Well... Magic/Pixi is a virtual environment manager and package manager based on conda. IMHO containers and conda are not meant for each other. However, you are welcome to install Pixi at user level. If you want to use Pixi for MAX/Mojo as intended by Modular, use the JupyterLab Python docker stack. Footnotes
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
benz0li
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Well... Magic/Pixi is a virtual environment manager and package manager based on conda.
IMHO containers and conda are not meant for each other.
ℹ️ That is why MAX/Mojo is available at
/usr/local
1 at system level.However, you are welcome to install Pixi at user level.
👉 Command
curl -fsSL https://pixi.sh/install.sh | bash
.If you want to use Pixi for MAX/Mojo as intended by Modular, use the JupyterLab Python docker stack.
Footnotes
/opt/modular
for versions < 25.5.0 ↩