Skip to content

Commit 1ed57e7

Browse files
committed
📞 xpython
1 parent 68235b2 commit 1ed57e7

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

linux/Aptfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ package "neovim"
3232
package "pipx"
3333
package "ripgrep"
3434
package "tree"
35-
package "yq"
3635

3736
##########################################################
3837
#################### PYTHON + PYENV ######################

shell/.mac_aliases

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,9 @@ function notify() {
1010

1111
# x86_64 Homebrew for Apple Silicon
1212
alias xbrew="arch -x86_64 /usr/local/bin/brew"
13+
14+
alias xpython3.12="$(xbrew --prefix python@3.12)/bin/python3.12"
15+
alias xpython3.11="$(xbrew --prefix python@3.11)/bin/python3.11"
16+
alias xpython3.10="$(xbrew --prefix python@3.10)/bin/python3.10"
17+
alias xpython3.9="$(xbrew --prefix python@3.9)/bin/python3.9"
18+
alias xpython3.8="$(xbrew --prefix python@3.8)/bin/python3.8"

0 commit comments

Comments
 (0)