turbo-editors/turbo-pythonpublic Fork 0
v1.0.3
Commits
Clone
git clone https://git.rickub.com/turbo-editors/turbo-python.git
git clone ssh://git@rickub.com/turbo-editors/turbo-python.git

Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.

INSTALL.MACOS.md · 11 lines · 483 Bmarkdown Blame HistoryRaw
📦 Turbo Python 8d00593 k33g 6h ago1# Install `turbo-python` on macOS
2
3```bash
4# download the binary release in https://rickub.com/turbo-editors/turbo-python/releases
5VERSION=1.0.3
6curl -fsSLO "https://rickub.com/turbo-editors/turbo-python/releases/download/v${VERSION}/turbo-python-${VERSION}-darwin-arm64"
7chmod +x ./turbo-python-${VERSION}-darwin-arm64
8xattr -cr ./turbo-python-${VERSION}-darwin-arm64
9sudo rm /usr/local/bin/turbo-python
10sudo cp ./turbo-python-${VERSION}-darwin-arm64 /usr/local/bin/turbo-python
11```