Hello
can i use geany with python3.4? and how?
Many thanks
T Granier
On 15-01-03 10:11 AM, Thierry Granier wrote:
Hello
can i use geany with python3.4? and how?
As James mentioned, you can configure any version of Python you want as a build command[0]. If Python 3.4 is your default Python version (ie. is the first one found in your PATH environment variable), then it should just work without doing anything. Syntax highlighting and symbol parsing works out-of-the-box for Python 3.4. Obviously you need to install Python[1] first to actually be able to run Python scripts.
Cheers, Matthew Brush
[0]: http://www.geany.org/manual/current/index.html#build-menu-configuration [1]: https://www.python.org/downloads/