Python and Sublime Configuration
Python and Sublime Configuration
CONFIGURATION
1ST STEP – Download Python
https://www.python.org/downloads/
2ND STEP – DURING INSTALLATION
MAKE SURE TO CHECKED THIS BOX
(PYTHON PATH)
Go to Tools > Build System > New Build System, copy paste the
following text, and save as Python_Run
{
"target":"run_existing_window_command",
"id":"repl_python_run",
"file":"config/Python/Main.sublime-menu"
}
7TH STEP – SETTING UP PYTHON-RUN
BUILD SYSTEM
Original Script
{
"target":"run_existing_window_command",
"id":"repl_python_run",
"file":"config/Python/Main.sublime-menu"
}
7TH STEP – SETTING UP PYTHON-RUN
BUILD SYSTEM Make sure that your script is saved inside -> C:\Users\User\AppData\
Roaming\Sublime Text 3\Packages\User
DO NOT save script at DESKTOP or another place