Koo
Koo
MModular
Created by Shawn on 11/26/2023 in #questions
VS Code Path Issue
Seems like you installed it using sudo or logged in as root user, it shouldn't be in the /root/ folder. My $HOME refers to my users home directory as it should. I only just installed Mojo today too so I don't know how you should fix the situation
12 replies
MModular
Created by Shawn on 11/26/2023 in #questions
VS Code Path Issue
export MODULAR_HOME="$HOME/.modular"
export PATH="$MODULAR_HOME/pkg/packages.modular.com_mojo/bin:$PATH"
export MODULAR_HOME="$HOME/.modular"
export PATH="$MODULAR_HOME/pkg/packages.modular.com_mojo/bin:$PATH"
Add these to your .zshrc then restart your shell or run source ~/.zshrc
12 replies