Dawn's Knight
MModular
•Created by Dawn's Knight on 9/16/2023 in #questions
Python bug
I think the third line should start with a /home/ to set the "PATH"
30 replies
MModular
•Created by Dawn's Knight on 9/16/2023 in #questions
Python bug
@❤🔥 I was able to get it working, thanks! 😄
30 replies
MModular
•Created by Dawn's Knight on 9/16/2023 in #questions
Python bug
🔥 Mojo installed! 🔥
Now run the following commands if you are using bash:
echo 'export MODULAR_HOME="/root/.modular"' >> ~/.bashrc
echo 'export PATH="/root/.modular/pkg/packages.modular.com_mojo/bin:$PATH"' >> ~/.bashrc
source ~/.bashrc
If you are using ZSH, run the following commands:
echo 'export MODULAR_HOME="/root/.modular"' >> ~/.zshrc
echo 'export PATH="/root/.modular/pkg/packages.modular.com_mojo/bin:$PATH"' >> ~/.zshrc
source ~/.zshrc
Then enter 'mojo' to start the Mojo REPL.
For tool help, enter 'mojo --help'.
For more docs, see https://docs.modular.com/mojo.
30 replies
MModular
•Created by Dawn's Knight on 9/16/2023 in #questions
Python bug
Not yet, but it seems they tell me to use root paths
30 replies
MModular
•Created by Dawn's Knight on 9/16/2023 in #questions
Python bug
Or is it system-wide?
30 replies
MModular
•Created by Dawn's Knight on 9/16/2023 in #questions
Python bug
Will I only be able to use that installation in root, then?
30 replies
MModular
•Created by Dawn's Knight on 9/16/2023 in #questions
Python bug
Now I have a question
30 replies
MModular
•Created by Dawn's Knight on 9/16/2023 in #questions
Python bug
Everything went well 😄
30 replies
MModular
•Created by Dawn's Knight on 9/16/2023 in #questions
Python bug
Thanks for the fix! New one though:
30 replies