ref func py
This commit is contained in:
parent
1b919c7ea8
commit
574d8827c3
@ -148,6 +148,6 @@ docker_ips() {
|
|||||||
|
|
||||||
|
|
||||||
py() {
|
py() {
|
||||||
test -z "$@" && ipython -i -c "q = exit" || ipython $@
|
test -z "$@" && ipython -i -c "q = exit" || python3 $@
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user