Fix Python 3.13 pip and improve user installations
- Add python3.13-pip package for pip support - Move Claude Code and bpytop to user-only installations - Add pip alias to use Python 3.13 - Add empty line to MOTD for better spacing
This commit is contained in:
@@ -25,6 +25,7 @@ fi
|
||||
|
||||
# lang
|
||||
alias python='python3.13'
|
||||
alias pip='python -m pip'
|
||||
alias ptpython="python -m ptpython"
|
||||
alias ptpy="python -m ptpython"
|
||||
alias py13='python3.13'
|
||||
|
||||
Reference in New Issue
Block a user