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:
2025-08-18 22:35:37 +02:00
parent 3f27ac8960
commit 46d79166a3
2 changed files with 7 additions and 8 deletions
+1
View File
@@ -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'