DEBSOURCES
Skip Quicknav
sources / jppy / 0.0.47-1.1 / ipython.sh
123456789
#!/bin/sh export HOME=`pwd`/testhome/ echo "Set home to $HOME" echo "Dropping into ipython with jppy imported" ipython -c "import jppy"