func py
This commit is contained in:
parent
e133bcb420
commit
1b919c7ea8
@ -83,7 +83,6 @@ alias music='mplayer -shuffle ~/Music/*'
|
||||
|
||||
|
||||
# python
|
||||
alias py='python3'
|
||||
alias pipir='python3 -m pip install -r requirements.txt'
|
||||
|
||||
# initializes first ./*/*/activate
|
||||
|
||||
@ -146,3 +146,8 @@ docker_ips() {
|
||||
echo -e $OUT 2>/dev/null | column -t
|
||||
}
|
||||
|
||||
|
||||
py() {
|
||||
test -z "$@" && ipython -i -c "q = exit" || ipython $@
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user