Update Python aliases in zshrc
- Add python3.13 alias pointing to python - Add various Python version aliases (py13, py9) - Add Python venv management aliases
This commit is contained in:
parent
dc0c37c40d
commit
5de21476ad
@ -24,11 +24,11 @@ fi
|
|||||||
##########
|
##########
|
||||||
|
|
||||||
# lang
|
# lang
|
||||||
|
alias python='python3.13'
|
||||||
alias ptpython="python -m ptpython"
|
alias ptpython="python -m ptpython"
|
||||||
alias ptpy="python -m ptpython"
|
alias ptpy="python -m ptpython"
|
||||||
alias py13='python3.13'
|
alias py13='python3.13'
|
||||||
alias py12='python3.12'
|
alias py9='python3.9'
|
||||||
alias py10='python3.10'
|
|
||||||
alias bpytop="python -m bpytop"
|
alias bpytop="python -m bpytop"
|
||||||
|
|
||||||
# python venv
|
# python venv
|
||||||
|
Loading…
Reference in New Issue
Block a user