Skip to content

Windows 11 Python 3.12.5 EASY Newbie Question #5496

Closed Answered by arogl
mkmtrading asked this question in Q&A
Discussion options

You must be logged in to vote

In your DOS prompt try

set EDITOR="C:\Program Files\Notepad++\notepad++.exe"

If that works add it to a .bat or .cmd file that you can call before you start beets.

In POWERSHELL/PWSH

edit $profile I use VSCODE so i type code $profile

add the following line

$env:EDITOR = &'C:\Program Files\Notepad++\notepad++.exe'

To work around spaces in the filepath, you need the special & style. I might have it wrong so google is your friend for POWERSHELL/PWSH

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by snejus
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants