Python Forum
How to link Sublime Text 3 Build system to Python 3.9 Using Windows 10
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to link Sublime Text 3 Build system to Python 3.9 Using Windows 10
#1
Am trying to use Sublime Text 3 (Build3211) with Python 3.9.0 on Windows 10.

Have downloaded both successfully and

Gone to Sublime Text to: Tools -> Build System -> New Build System
and put the next lines:
{
“cmd”: [“python3”, “-u”, “$file”],
“file_regex”: “^[ ]File “(…?)”, line ([0-9]*)”,
“selector”: “source.python”
}

Then saved it with the name: python3.sublime-build

But when I write a program like:

print(“Help”) and run under Sublime Text to Tools Python 3, I get the following message:

Python was not found but can be installed from the Microsoft Store: https://go.microsoft.com/fwlink?linkID=2082640[Finished in 0.3s]

Am just beginning to learn how to code… PLEASE HELP!
Reply


Messages In This Thread
How to link Sublime Text 3 Build system to Python 3.9 Using Windows 10 - by Fanman001 - Nov-27-2020, 10:22 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  build Python 3.12 in el7 SergeyMx 5 1,250 Oct-05-2023, 08:14 AM
Last Post: SergeyMx
  while loop not working-I am using sublime text editor mma_python 4 1,149 Feb-05-2023, 06:26 PM
Last Post: deanhystad
  Sublime Text Editor not recognizing Python elroberto 5 2,916 Jun-13-2022, 04:00 PM
Last Post: rob101
  How do I link the virtual environment of that project to the 3.9.2 version of python? Bryant11 1 1,382 Feb-26-2022, 11:15 AM
Last Post: Larz60+
  I can't open a link with Selenium in Python jao 0 1,414 Jan-30-2022, 04:21 AM
Last Post: jao
  Parsing link from html tags with Python Melcu54 0 1,624 Jun-14-2021, 09:25 AM
Last Post: Melcu54
  Code folding in Sublime Text Mondata 2 2,812 Mar-12-2021, 04:16 PM
Last Post: Mondata
  Sublime Text TechNitium 4 2,784 Jan-23-2021, 08:41 AM
Last Post: TechNitium
  Difference between os.system("clear") and os.system("cls") chmsrohit 7 16,670 Jan-11-2021, 06:30 PM
Last Post: ykumar34
  sublime & intellisence luke83 0 1,642 Nov-20-2020, 08:26 PM
Last Post: luke83

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020