-
To create a new MAX/Mojo project, one is told to use Magic. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Well... Magic 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 Magic at user level. If you want to use Magic for MAX/Mojo as intended by Modular, use the JupyterLab Python docker stack. |
Beta Was this translation helpful? Give feedback.
Well... Magic 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
/opt/modular
at system level.However, you are welcome to install Magic at user level.
👉 Command
export MODULAR_HOME="$HOME/.modular" && curl -ssL https://magic.modular.com | bash
[becauseMODULAR_HOME
is set to/opt/modular/share/max
by default].If you want to use Magic for MAX/Mojo as intended by Modular, use the JupyterLab Python docker stack.