Remove unneeded ipython binaries

This commit is contained in:
ItsDrike 2021-12-18 05:50:16 +01:00
parent 5432334da6
commit 93930bdb35
No known key found for this signature in database
GPG key ID: FB8CA11A2CF3A843
5 changed files with 0 additions and 30 deletions

View file

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

View file

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

View file

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

View file

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

View file

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