Geany and python3 , Solved .

Mathematical tools, physics simulators, CAD, CNC, etc.
Post Reply
Message
Author
edmont
Posts: 51
Joined: Mon 19 Nov 2012, 07:30

Geany and python3 , Solved .

#1 Post by edmont »

This seemed like the most appropriate location to provide this information.

Most Puppies have Geany , text editor and IDE , available .

If you compile or execute python scripts in this environment the default
python version is used ; usually 2.7.xx .

To use python3 goto the menu and select ; Build , Set Build Commands .
change all occurrences of python to python3 .

I've been able to use python 3.6.3 , on a Debian distribution , after doing
this .

Solves a lot of issues .

Post Reply