6 lines
187 B
Bash
6 lines
187 B
Bash
eval "$(/opt/homebrew/bin/brew shellenv)"
|
|
export PATH="$(brew --prefix python)/libexec/bin:$PATH"
|
|
|
|
# Created by `pipx` on 2024-11-21 21:29:27
|
|
export PATH="$PATH:/Users/jirayu/.local/bin"
|