Skip to content

Instantly share code, notes, and snippets.

@Suzhou65
Last active March 24, 2024 17:26
Show Gist options
  • Save Suzhou65/686dad8c5ff1c1985b96d8a72770e781 to your computer and use it in GitHub Desktop.
Save Suzhou65/686dad8c5ff1c1985b96d8a72770e781 to your computer and use it in GitHub Desktop.
macOS PATH

Backup

PATH=/usr/bin:/bin:/usr/sbin:/sbin
export PATH

Anaconda

PATH="/Users/mac/opt/anaconda3/bin:$PATH"

Homebrew

PATH=/usr/bin:/bin:/usr/sbin:/sbin
export PATH
PATH=/opt/homebrew/bin:$PATH
PATH=/opt/homebrew/sbin:$PATH

Homebrew's Python

alias python=/opt/homebrew/bin/python3.12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment