Can't get my Mojo working. #3219
-
I have done everything according to the setup guide on the docs of modular but still can't get mojo to work as a command: Last login: Thu Jul 11 20:19:08 on ttys007 You have 1 outdated cask installed. | / | ___ | | _| | __ _ _ __ Welcome to the Modular CLI! To get started, see: For info about this tool, type "modular --help". Found release for https://packages.modular.com/mojo @ 24.4.0Downloading archive: packages/24.4.0/mojo-arm64-apple-darwin22.6.0-24.4.0-14-0.tar.zstDownloaded [ █████████████████ ] 100% 86.3MiB/86.3MiB Extracting downloaded archives.Extracted [ █████████████████ ] 100% 86.3MiB/86.3MiB Running post-install scripts...Installed [ █████████████████ ] 100% 🔥 Mojo installed! 🔥 Mojo's Python virtual environment created at /Users/jonkerkoorts/.modular/pkg/packages.modular.com_mojo/venv If you are using ZSH (default on macOS), run the following commands: echo 'export MODULAR_HOME="/Users/jonkerkoorts/.modular"' >> ~/.zshrc If you are using bash, run the following commands: BASHRC=$( [ -f "$HOME/.bash_profile" ] && echo "$HOME/.bash_profile" || echo "$HOME/.bashrc" ) Then enter 'mojo' to start the Mojo REPL. For tool help, enter 'mojo --help'. (mojo-venv) jonkerkoorts@Jonkers-MacBook-Air ~ % mojo --help |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You are using macOS, so likely the default shell is
|
Beta Was this translation helpful? Give feedback.
You are using macOS, so likely the default shell is
zsh
(it's actually hinted):