Home  >  Article  >  Backend Development  >  notepad++ configure python environment

notepad++ configure python environment

巴扎黑
巴扎黑Original
2016-11-26 09:29:113419browse

Open Notepad++.

On the menu go to: Run -> Run.. (F5).

Type in: cmd /k python "D:bak.py" & ECHO. & PAUSE & EXIT

              cmd /k python "$(FULL_CURRENT_PATH)" & ECHO. & PAUSE & EXIT


Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Previous article:Python operates mysqlNext article:Python operates mysql