Replies: 10 comments
-
So, i guess you mean the Modular Home Path in VSCode. For me it just was |
Beta Was this translation helpful? Give feedback.
-
I've pasted output from echo $HOME/.modular but it didn't work I've got: Mojo SDK initialization error: The mojo.modularHomePath setting '/Users/rustam/.modular' does not exist. |
Beta Was this translation helpful? Give feedback.
-
Hmm, maybe the |
Beta Was this translation helpful? Give feedback.
-
@MacBook-Pro-Rustam ~ % which mojo |
Beta Was this translation helpful? Give feedback.
-
I've installed mojo extensions, CLI and SDK but can not set the path to mojo. Mojo SDK is installed. I've installed all required extensions. |
Beta Was this translation helpful? Give feedback.
-
hmm, and what does |
Beta Was this translation helpful? Give feedback.
-
I got: modular not found How to add mojo to my $PATH? |
Beta Was this translation helpful? Give feedback.
-
Okay, how did you then install mojo? I mean you need modular to install mojo. |
Beta Was this translation helpful? Give feedback.
-
I've done all steps which was provided on Modular website. I installed Docker, mojo and docker extensions, CLI, SDK, I wrote first program in repl but I can not run mojo files. It's required to set a path, but everything I did didn't work(including your advices) |
Beta Was this translation helpful? Give feedback.
-
Ohh, you have installed it with docker. I've read somewhere, you need mojo running on your local device for the LSP and stuff. Please upvote #1092 for MacOS Intel support |
Beta Was this translation helpful? Give feedback.
-
Hi, I installed mojo and now it's required to set "Mojo: Modular Home Path" "The path to the MODULAR_HOME containing the Mojo SDK installation."
Only one line is required and it's not export MODULAR_HOME="$HOME/.modular"
export PATH="$MODULAR_HOME/pkg/packages.modular.com_mojo/bin:$PATH"
I use Mac os(Intel)
Beta Was this translation helpful? Give feedback.
All reactions