mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
Add ipython3.10
This commit is contained in:
parent
c606650c7d
commit
54cf0d7f36
6
root/usr/local/bin/ipython3.10
Executable file
6
root/usr/local/bin/ipython3.10
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/python3.10
|
||||
|
||||
if __name__ == '__main__':
|
||||
from IPython import start_ipython
|
||||
start_ipython()
|
||||
|
Loading…
Reference in a new issue