For anyone having problems with saving the "Main.sublime-menu" file. You have to use forward slashes. If you copied the path just from the file explorer you may've copied back slashes. Worked for me at least.
Thank you so much! I wasted half my day researching how to get sublimeREPL to work with Python3, (instead of the default Python 2) on a Mac, and finally got it up and running thanks to this video. God Bless!
Yessss! Thank you, thank you, thank you!! This still works (Python 3.9.1 & Sublime Text 3 Ver 3.3.2) This is exactly what I've been looking for all day! Was about to just give up and use the provided software, IDLE, but your video was the answer! Many thanks and thumbs up to you, sir!
Whenever I need to re-setup my sublime text 3 I ALWAYS go looking for your video because it's easy and fast. Plus it's interactive, which is what i'm looking for. Thanks!
Thanks man. I just started today with python and i also bought a really nice book to get going on my first programming language. I gotta say that this was a really nice video on setting up sublime with REPL.
The best video (that I have seen till now) for setting up Sublime Text 2 (even though you've done for "3"). Surprisingly, every step worked for me (primarily because you have done in such a systematic manner). Keep going!
This is probably the only video/solution out there which fixes this problem. Great Job. How'd you even know where to begin while fixing something like this.
I am new to this style of computer. My thoughts: Introduce what is going on, speak up, and speak clear, we want to know what and why. People who are experienced this is a great reference tutorial. For peeps who are new, it is a just follow as i do tutorial. The clarity of what your are doing and why are not here. My sublimeREPL worked just clicking on it and going into a file and changing the code made it not work, so i took the time to fix the code and made it work.
Thanx man! thanx a lot...after searching the UA-cam to setup the python environment i wanted, i spent many hours. But your video was exactly the precise one what i wanted. Keep up the good work bro!!!
Thanks! You said "let me know if this helped" - it did. I never thought about setting up interactive mode inside Sublime Text 3 (which I love). Now to work out why the REPL is randomly multicoloured!
ive been trying to learn to code the past month or so from a book and just hit a snag with input() -- i didn't want to have to open up a console to test that. was tearing my hair out trying to find the correct way to install repl. thank you!
Just add "shell":true in order to, for instance, display your plots. So, the sublime-build code becomes { "cmd": ["LOCATION/python.exe", "-u", "$file"], "file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)", "selector": "source.python", "shell": true }
OMG thank you! kind of I figured out how to fix the file problem and now it works took me all week! but all to u thank u so much you earned a sub and a like!
Omg tq so much ive been try fix this like 4 months before the final exam. I thought im gonna gave up but your video helped me to give hope for students tqsm from my heart
Thank you! worked for me with Sublme Text Editor 3 and python 3 interpreter. Edit the path with / instead of \ if you find issue to save the Main.sublime-menu file.
It is amazing tutorial, i was struggling for a day to make it work, but this one is the best solution to set with sublime, thank you very much and good job.
I would not have had a hope of being able to work out how to do that without your help. I had almost given up on sublime text when I found it refused to run user inputs. I just tested it and now it works perfectly. Why on earth doesn't it do that straight out of the box!? Thank you so much for the solution (and maybe you did get the answer on stack overflow, but you managed to turn it into an easy to follow video.)
For people getting an error message about not being able to find python in files - when installing python check the box that says add python to PATH :)
hey thanks for the tutorial, I've been using sublimerepl and it worked fine until the latest sublime text 3 update, now when I press the build button nothing happens, do you know why?
1. Make sure that when you paste your location to use /// instead of \\\. 2. You can just save it pyhon35 (python 3x or py3x) without the sublime-build ending. The software will add the sublime-build by itself.
Great man! I think this is close to what I need... but still need some help. Can that REPL run code line by line, or just a selection of some lines instead of the whole code? I have been trying to set up that but not being successful. Any help on how to do that will be much appreciated
Nothing happens after Control + B. I could select the JSON file as my build system, it's located under /sublime-text-3/Packages/User/, but I get no new tab.
how can i do this in linux mint, i get the message "Permision error(13,'permision denied'), got no problems in windows, can you help? thanks in advance
This will give you default system Python. If you are looking for a different version of Python, specify which one. Terminal command would look like: Which python3
I nearly gave up on Sublime 3 as a beginner until I say your video and was struggling with this having read Stack... comments. I like SL3 as its neat and fast and started doing some online Python for Beginners using SL BUT when I came to having to "input()" I thought that there was something wrong with my install and deleted /reinstall /delete blah blah and got in to a bit of muddle as a beginner trying to follow stack postings that can be VERY Brief AND cryptic to some .... not for the feint hearted. But what can you do with REPL wants its given the desired output I think as to what I understand SL great at entering the text part as a python file but if it is user input then each code py file has to be run if it s user input required with the REPL addon that is correct? And you just close the output in REPL and get on with the next exercise?? That waffle from me requires upfront apology but I hope you get my drift but in conclusion one of the clearest vids on SL thanks thanks
Great Video! I do have a question. For " "selector": "source.python" ", why don't you set it to " "selector": "source.python" " and not " "selector": "source.python3" "?
Hi, the video helped me for adding python3 path but i couldn't find the install package control in my tools command palette section. can u help me with this ?
thanks so much, i have a question: is there a way to show up the output in the same tab, because every time i hit "build" it opens a new tap, and thanks in advance
WOW after 2yrs this is the only video that fixes my issue. Good Job!!! You are a lifesaver!!!
For anyone having problems with saving the "Main.sublime-menu" file. You have to use forward slashes.
If you copied the path just from the file explorer you may've copied back slashes.
Worked for me at least.
Thank you!
Wow thankyou!!!! I was pulling my hair out.
Lifesaver
Literally pointed out exact line, thank you my guy
Thank you so much! I wasted half my day researching how to get sublimeREPL to work with Python3, (instead of the default Python 2) on a Mac, and finally got it up and running thanks to this video. God Bless!
Same, but I spent a whole day
You're awesome dude! I've watched many toturials about setting up SublimeText, but none of were good. Keep up the good work!
The rest are all Indian guys who skip the most crucial steps
Thank you so much! After 3 hours on Stack Overflow I almost gave up, but I finally got it to work. This was SO helpful.
Yessss! Thank you, thank you, thank you!! This still works (Python 3.9.1 & Sublime Text 3 Ver 3.3.2)
This is exactly what I've been looking for all day! Was about to just give up and use the provided software, IDLE, but your video was the answer!
Many thanks and thumbs up to you, sir!
Great to hear!
Whenever I need to re-setup my sublime text 3 I ALWAYS go looking for your video because it's easy and fast. Plus it's interactive, which is what i'm looking for. Thanks!
Painfully scary for a newbie but great and it worked ty.
Thanks man. I just started today with python and i also bought a really nice book to get going on my first programming language. I gotta say that this was a really nice video on setting up sublime with REPL.
The best video (that I have seen till now) for setting up Sublime Text 2 (even though you've done for "3"). Surprisingly, every step worked for me (primarily because you have done in such a systematic manner). Keep going!
This is probably the only video/solution out there which fixes this problem. Great Job. How'd you even know where to begin while fixing something like this.
I am new to this style of computer. My thoughts: Introduce what is going on, speak up, and speak clear, we want to know what and why. People who are experienced this is a great reference tutorial. For peeps who are new, it is a just follow as i do tutorial. The clarity of what your are doing and why are not here. My sublimeREPL worked just clicking on it and going into a file and changing the code made it not work, so i took the time to fix the code and made it work.
Thanks for the feedback always welcome.
Thanx man! thanx a lot...after searching the UA-cam to setup the python environment i wanted, i spent many hours. But your video was exactly the precise one what i wanted. Keep up the good work bro!!!
Thanks! You said "let me know if this helped" - it did. I never thought about setting up interactive mode inside Sublime Text 3 (which I love). Now to work out why the REPL is randomly multicoloured!
ive been trying to learn to code the past month or so from a book and just hit a snag with input() -- i didn't want to have to open up a console to test that. was tearing my hair out trying to find the correct way to install repl. thank you!
Read a lot about setting up Sublime and SublimeREPL and none mentioned having to edit the Python path in the file.. great tutorial
This is EXTREMELY helpful! Heard good things about sublime text and I'm new to Python, so this is just GREAT! Thank you!
holy s*%$ I spent 10 hours trying to figure this out before watching your video...thanks so much!
This cleared up a lot of confusion for me. Thanks for the great video!
Just add "shell":true in order to, for instance, display your plots. So, the sublime-build code becomes
{
"cmd": ["LOCATION/python.exe", "-u", "$file"],
"file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
"selector": "source.python",
"shell": true
}
OMG thank you! kind of I figured out how to fix the file problem and now it works took me all week! but all to u thank u so much you earned a sub and a like!
Omg tq so much ive been try fix this like 4 months before the final exam. I thought im gonna gave up but your video helped me to give hope for students tqsm from my heart
Glad it helped!
Finally I got a properly working stup, thanks a ton. Much appreciated.
Huge help don't forget to save your code before you run it
Thank you! worked for me with Sublme Text Editor 3 and python 3 interpreter. Edit the path with / instead of \ if you find issue to save the Main.sublime-menu file.
¡POR FIN PUDE PONER A TRABAJAR PYTHON CON SUBLIME 3! Gracias.
It is amazing tutorial, i was struggling for a day to make it work, but this one is the best solution to set with sublime, thank you very much and good job.
Thanks alot for the vid, felt really dumb tryna figure out wtf was wrong
worked with no issues. thank you!
I mean this is a must have. I can't believe Sublime doesn't have a code executer within it.
Thank you so much. Great video man. So much better then the rest i´ve watched!
I would not have had a hope of being able to work out how to do that without your help. I had almost given up on sublime text when I found it refused to run user inputs. I just tested it and now it works perfectly. Why on earth doesn't it do that straight out of the box!? Thank you so much for the solution (and maybe you did get the answer on stack overflow, but you managed to turn it into an easy to follow video.)
its worked on sublime 3 although I didn't have to go through first steps - Thanks
For people getting an error message about not being able to find python in files - when installing python check the box that says add python to PATH :)
you have to add python to your environment variables & its path
wow thx a lot, works fine after looking for a solution for 2hours...
Glad it helped
after like 4 other videos, finally a working one...
Thanks a lot mate ! this was absolutely useful !
This was extremely helpful mate! Keep posting such informative videos.
Ah man, finally. It worked! Thank you.
You are a gentleman and a scholar!
Thank you so much for showing this neat way!
this does not deserve dislikes
thanks for the video! it worked well for me :D!!
Thanks man now it's working fine for me. keep doing good stuff
Very useful. Thank you so much!!
It worked for me too. Cheers!
MATE THANK YOU SO MUCH!!! IT WORKED SO WELL!!
El video fue de gran ayuda! Thank you so much!
It wokrs just fine thanks man,in python 3.7, windows 10
you're a savior ! thanks
Thanks! it did the job for me too. You really helped me out tremendously.
Thank you bro.I really appreciate the tutorial
Thanks , Worked like e charm
Your video was of great help, thanks for posting! :)
Very helpful. Thanks
Thank you for the video! It helped a lot!
thank you so much teacher...
; )
hey thanks for the tutorial, I've been using sublimerepl and it worked fine until the latest sublime text 3 update, now when I press the build button nothing happens, do you know why?
Your pressed the wrong button on your mouse? is your mouse plugged in
That's helps me. Thanks a lot
1. Make sure that when you paste your location to use /// instead of \\\.
2. You can just save it pyhon35 (python 3x or py3x) without the sublime-build ending. The software will add the sublime-build by itself.
thanks man, you helped me a lot
Thank you so much! It worked for me!
Awesome work. This helped me alot!
I tried everything none works but this one is lit myan...
just wow 😍😍
Thanks glad it helped.
omfg! Thank you!
Now I just need to learn Python
Great man! I think this is close to what I need... but still need some help. Can that REPL run code line by line, or just a selection of some lines instead of the whole code? I have been trying to set up that but not being successful. Any help on how to do that will be much appreciated
just set your python variable path in your windows environment, and everything works fine. good post btw
Dude, you're amazing. Liked and subscribed
Worked! Thanks for the tutorial! (y)
mah maaaaaan! thank you so much!
Fantastic thing! Thank you so much!
Thank you very much BRO! Love you
thanks for an awesome video - I can use SBT for python now!!
It's work with sublime3 and python27! Thank you!
Thank you so much ❤️❤️
Nothing happens after Control + B. I could select the JSON file as my build system, it's located under /sublime-text-3/Packages/User/, but I get no new tab.
This is the perfect solution bro
Thank you. You Saved me
You are awsome dude thank you sooooo much :)
Thanks, this was helpful. I wonder why this cannot be just straight out of the box...
Obrigado, num sabia dessa solução!!
Eres un crack!!!, Thanks a million dude.
This was awesome! Thank you!
Thank you very much!!!!
Thank you very very much bro.
you are the best!Thanks man.
is this necessary if i checked the checked box when i install python?
it somehow ran and worked. in 2:03 i was expecting an error like you did..
profe perdone pero en el minuto 2:46 exactamente que copió para que le saliera asi, con todo y ejecutable
how can i do this in linux mint, i get the message "Permision error(13,'permision denied'), got no problems in windows, can you help? thanks in advance
Same issue (im on mac) have you found a way to fix it
Awesome video! At 3:02, you say the location, but how do I determine the location of it? For reference, I am on a mac computer
go to terminal and type in "which python"
This will give you default system Python. If you are looking for a different version of Python, specify which one.
Terminal command would look like:
Which python3
I nearly gave up on Sublime 3 as a beginner until I say your video and was struggling with this having read Stack... comments. I like SL3 as its neat and fast and started doing some online Python for Beginners using SL BUT when I came to having to "input()" I thought that there was something wrong with my install and deleted /reinstall /delete blah blah and got in to a bit of muddle as a beginner trying to follow stack postings that can be VERY Brief AND cryptic to some .... not for the feint hearted. But what can you do with REPL wants its given the desired output I think as to what I understand SL great at entering the text part as a python file but if it is user input then each code py file has to be run if it s user input required with the REPL addon that is correct?
And you just close the output in REPL and get on with the next exercise?? That waffle from me requires upfront apology but I hope you get my drift but in conclusion one of the clearest vids on SL thanks thanks
thanks it worked
You're welcome!
I've lost the key binding to the ctrl+b (maybe for a recent update), and I can't bind it again, any suggestion?
Same problem here after the update!
I found the solution that works for me and posted here: pythonprogramming.altervista.org/repl-with-sublime-keybinding-to-use-python-interactively/
@@johnstarfire Solved it using your solution, thanks a lot!
thanks a lot!!
Mostly works. Whenever I run the REPL build system it also opens a build output window. This is super annoying, any thoughts on how to get rid of it?
bro i have wasted over a week because nothing is working even this video which is helping everyone :(
Great Video! I do have a question. For " "selector": "source.python" ", why don't you set it to " "selector": "source.python" " and not " "selector": "source.python3" "?
Hi, the video helped me for adding python3 path but i couldn't find the install package control in my tools command palette section. can u help me with this ?
same
thanks so much, i have a question: is there a way to show up the output in the same tab, because every time i hit "build" it opens a new tap, and thanks in advance
stackoverflow.com/questions/46887575/sublime-text-3-repl-how-to-build-script-in-single-tab-or-same-repl-window
Does the sublime repl build system in description work for python?