1DREAMPIE(1) DREAMPIE(1)
2
3
4
6 DreamPie - An interactive Python shell
7
9 dreampie [options] [PYINTERP]
10
12 This manual page documents briefly the DreamPie command.
13
14 DreamPie is a graphical interactive Python shell. It allows you to
15 instantly run Python code and see the results.
16
17 PYINTERP can be a Python interpreter executable. Currently, Python ver‐
18 sions 2.5, 2.6, 3.0, 3.1 are supported, as well as Jython 2.5. If
19 PYINTERP isn't given, the default Python interpreter will be used.
20
22 -h, --help
23 Show summary of options.
24
26 dreampie
27 Run DreamPie with the default Python interpreter
28
29 dreampie python3
30 Use the default Python 3 version installed
31
32 dreampie jython
33 Use Jython
34
35 dreampie ~/Python-2.6/python
36 Use a locally-build version of Python
37
39 python(1), idle(1)
40
42 DreamPie was written by Noam Yorav-Raphael <noamraph@gmail.com>
43
44
45
46
47 Nov 4, 2009 DREAMPIE(1)