mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-12-26 13:14:35 +00:00
Remove unneeded ipython binaries
This commit is contained in:
parent
5432334da6
commit
93930bdb35
|
@ -1,6 +0,0 @@
|
||||||
#!/usr/bin/python3.10
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
|
||||||
from IPython import start_ipython
|
|
||||||
start_ipython()
|
|
||||||
|
|
|
@ -1,6 +0,0 @@
|
||||||
#!/usr/bin/python3.6
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
|
||||||
from IPython import start_ipython
|
|
||||||
start_ipython()
|
|
||||||
|
|
|
@ -1,6 +0,0 @@
|
||||||
#!/usr/bin/python3.7
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
|
||||||
from IPython import start_ipython
|
|
||||||
start_ipython()
|
|
||||||
|
|
|
@ -1,6 +0,0 @@
|
||||||
#!/usr/bin/python3.8
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
|
||||||
from IPython import start_ipython
|
|
||||||
start_ipython()
|
|
||||||
|
|
|
@ -1,6 +0,0 @@
|
||||||
#!/usr/bin/python3.9
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
|
||||||
from IPython import start_ipython
|
|
||||||
start_ipython()
|
|
||||||
|
|
Loading…
Reference in a new issue