Can I change the version of Python interpreter that DreamPie uses?

I have both Python 3.1 and Python 2.7 installed on my system. I usually use Python 3.1, but sometimes I need to use Python 2.7.

I use the Python DreamPie shell, which supports both 3.1 and 2.7. The default is Python 3.1.

Can I tell DreamPie "Please use 2.7 for now" and then go back to 3.1, telling DreamPie "excellent, now use 3.1"?

If so, how? Otherwise, what else can I do?

+6
python shell
source share
1 answer

Given the path to the python2 executable ...

dreampie /path/to/python2.x 
+6
source share

All Articles