sábado, 11 de abril de 2020

Configure Notepad++ with cmd and python


Notepad++
Run
Run
cmd /K python "$(FULL_CURRENT_PATH)"

Alt+Z


Otra forma

Notepad++
Run

Run


C:\Python\Python38-32\python.exe -i "$(FULL_CURRENT_PATH)"

Alt + x


Notepad++
Run


Run


cmd /k C:\Python\Python38-32\python.exe "$(FULL_CURRENT_PATH)" & pause & exit

Alt + y



Stackoverflow
https://stackoverflow.com/questions/1702586/how-to-execute-a-python-file-in-notepad


Otra pagina de referencia

http://csc.ucdavis.edu/~chaos/courses/nlp/Software/Windows/npp.html

Tutorial
https://www.cs.auckland.ac.nz/courses/compsci101s1c/resources/SetUpNotePad++.pdf

No hay comentarios:

Publicar un comentario