From 54cf0d7f36aafa1238c980c81b705f0d9c2212f1 Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Sat, 18 Dec 2021 03:03:40 +0100 Subject: [PATCH] Add ipython3.10 --- root/usr/local/bin/ipython3.10 | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 root/usr/local/bin/ipython3.10 diff --git a/root/usr/local/bin/ipython3.10 b/root/usr/local/bin/ipython3.10 new file mode 100755 index 0000000..e365af1 --- /dev/null +++ b/root/usr/local/bin/ipython3.10 @@ -0,0 +1,6 @@ +#!/usr/bin/python3.10 + +if __name__ == '__main__': + from IPython import start_ipython + start_ipython() +