Skip to content

Commit 6ba2dda

Browse files
committed
explain geany more
1 parent 1ee81ed commit 6ba2dda

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

editor-setup.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,18 @@ If the version starts with 2, it's too old.
101101
### Geany
102102

103103
1. Go to *Build*, then *Set Build Commands*.
104-
2. Replace `python` or `python2` with `python3` everywhere.
104+
2. Replace `python` or `python2` with `python3` everywhere. Or if you
105+
are using Windows, run `python` on a terminal and enter these
106+
commands:
107+
108+
```py
109+
>>> import sys
110+
>>> print(sys.executable)
111+
```
112+
113+
You'll get a path to your python.exe. Replace `python` in the build
114+
commands with this path. Most importantly, your *Execute* command
115+
should be `"C:\your\path" "%f"`.
105116

106117
### gedit, pluma and Mousepad
107118

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy