-
-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mojo: Quickstart - Setup on MacOS(intel) with Orbstack #411
Comments
Mojo 教程:
Mojo 官网:
Mojo 成功安装:🔥 MacOS:
🔥 Windows:
🔥 MacOS + Orbstack + 虚拟机 安装教程:
🔥 MacOS + Mojo 安装流程总说明:
安装环境要求:
避坑指南:限定 OS 版本:
限定 python 版本:
预先设置环境变量:
|
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
安装成功检查依赖:╭─geek at ubuntu20 in ~
╰─○ tree .local -L 2
.local
├── bin
│ ├── find_libpython
│ ├── jsonschema
│ ├── jupyter
│ ├── jupyter-execute
│ ├── jupyter-kernel
│ ├── jupyter-kernelspec
│ ├── jupyter-migrate
│ ├── jupyter-run
│ ├── jupyter-troubleshoot
│ ├── jupyter-trust
│ ├── papermill
│ └── tqdm
├── lib
│ └── python3.8
└── share
└── jupyter
jupyter |
This comment was marked as outdated.
This comment was marked as outdated.
1 |
Hey, just a heads up. You probably don't want to be posting your personal Modular authentication key here. That's the one that begins with |
|
安装方案 2:
安装流程:安装 vscode + 插件:
基于 Dev Containers 插件, 创建 Ubuntu Docker: |
Mojo 官方文档,Intel Mac 推荐使用 Vscode + Dev Containers 插件 + docker (orbstack) ubuntu 22.04 容器这种方式安装, 我测试了,没问题。 这种方式和 orbstack + ubuntu 虚拟机, 效果一样。 都可以配合 vscode + Dev Containers 连接。 这个模式是 vscode 远程连接方式, 可以继续在 Ubuntu 容器/虚拟机 中,继续装 vscode 的 mojo 插件 + copilot(GPT) 插件。 体验和宿主机,基本没差别。丝滑。 |
📖 Abstract:
💯 Related:
The text was updated successfully, but these errors were encountered: