🔧 Updated aliases pip, etc.
This commit is contained in:
parent
22a860e0fd
commit
af09713033
1 changed files with 2 additions and 0 deletions
2
aliases
2
aliases
|
|
@ -274,8 +274,10 @@ alias sudoku="sku"
|
||||||
# alias rbd="checkrebuild -v"
|
# alias rbd="checkrebuild -v"
|
||||||
# pip list and pip freeze command list pip packages
|
# pip list and pip freeze command list pip packages
|
||||||
# poetry virtual env
|
# poetry virtual env
|
||||||
|
alias svenv="python -m venv .venv"
|
||||||
alias venv='source ".venv/bin/activate"'
|
alias venv='source ".venv/bin/activate"'
|
||||||
alias {uvenv,dvenv}="deactivate"
|
alias {uvenv,dvenv}="deactivate"
|
||||||
|
alias pip="python -m pip"
|
||||||
|
|
||||||
#Particularly useful commands more to remember than to use as aliases:
|
#Particularly useful commands more to remember than to use as aliases:
|
||||||
# alias optimalbufsize= 'stat -c "%o"' # followed by filename will give you the optimal read/write BUFSIZE for a file
|
# alias optimalbufsize= 'stat -c "%o"' # followed by filename will give you the optimal read/write BUFSIZE for a file
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue