Add console script with ipython setup
This commit is contained in:
9
script/console
Executable file
9
script/console
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
# If a command fails, exit the script
|
||||
set -e
|
||||
|
||||
# Ensure we are in the app root directory (not the /script directory)
|
||||
cd "$(dirname "${0}")/.."
|
||||
|
||||
pipenv run ipython -i ./ipython_setup.py
|
Reference in New Issue
Block a user