pip config edit --editor notepad works.
pip config edit --editor "C:\Program Files\Notepad++\notepad++.exe" does not work.
How can I assign NPP as the editor without adding it to path?
Any help appreciated!
Set this environment var:
VISUAL
to
"C:\Program Files\Notepad++\notepad++.exe"
Then you don't need to use --editor at all unless you want to.
After the change, restart your shell and just say pip config edit.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With