Add ipython3.10

This commit is contained in:
ItsDrike 2021-12-18 03:03:40 +01:00
parent c606650c7d
commit 54cf0d7f36
No known key found for this signature in database
GPG key ID: FB8CA11A2CF3A843

6
root/usr/local/bin/ipython3.10 Executable file
View file

@ -0,0 +1,6 @@
#!/usr/bin/python3.10
if __name__ == '__main__':
from IPython import start_ipython
start_ipython()