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)