0

I have python 3 installed with Jupyter and Anaconda environment. I want to have Python installed on its own with Sublime Text to access it. I succeeded downloading Python and can access it from CMD, but I am unable to make it run in Sublime Text. I got the instructions from a book on Python but it is still not working. Anyone could help on that?

Thanks

Zchapspace
  • 15
  • 3
N.Tabbal
  • 11
  • 2

1 Answers1

0

By pressing Ctrl + B , Sublime 3 will run the python code inside the integrated console (provided you have saved the file with .py file extension)

For more information/clarification, please visit: https://www.delftstack.com/howto/python/python-run-code-in-sublime-text/#:~:text=By%20pressing%20Ctrl%20%2B%20B%20%2C%20Sublime,py%20file%20extension).]

Zchapspace
  • 15
  • 3