mirror of
https://github.com/Matir/skel.git
synced 2026-06-10 03:13:40 -07:00
Use ipython when available.
This commit is contained in:
4
dotfiles/ipython.py
Normal file
4
dotfiles/ipython.py
Normal file
@@ -0,0 +1,4 @@
|
||||
import os, IPython
|
||||
os.environ['PYTHONSTARTUP'] = '' # Prevent running this again
|
||||
IPython.start_ipython()
|
||||
raise SystemExit
|
||||
Reference in New Issue
Block a user