Home >Backend Development >Python Tutorial >How to configure python in Geany?
How to configure python in Geany:
1. Download and install the file
1. Download Python
Download address:
https://www.python.org/downloads/
After the download is completed, follow the Windows standards Installation method - double-click to execute, it is recommended to use the default installation.
If you need to use tensorflow for development, you must install the 64bit version. I will update the tutorial on directly installing tensorflow in python next week.
Note: Please be sure to check the Add to path option for subsequent use.
Recommended manual:Python basic introductory tutorial
2. Download Geany
Download address: https://download. geany.org/geany-1.34_setup.exe
2. Configure python in geany
1. Open Geany, select New main.py## in the drop-down menu of New.
In main.py, execute the following command. No error is reported, indicating that the environment setting is successful
import pipCongratulations on your installation and success.
Recommended related articles: 1.
Use geany to run python2.
How to configure environment variables in python
Related video recommendations: 1.
Little Turtle Zero Basics Learning Python Video Tutorial
The above is the detailed content of How to configure python in Geany?. For more information, please follow other related articles on the PHP Chinese website!