File: ipython.sh

package info (click to toggle)
jppy 0.0.47-1.1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 7,188 kB
  • ctags: 4,558
  • sloc: ansic: 51,314; python: 5,949; yacc: 1,303; makefile: 735; sh: 555; sed: 10
file content (9 lines) | stat: -rwxr-xr-x 140 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#!/bin/sh

export HOME=`pwd`/testhome/

echo "Set home to $HOME"
echo "Dropping into ipython with jppy imported"

ipython -c "import jppy"