Compiling Python 3.6.9 on Windows
问题 I am trying to install Python 3.6.9 and am having problems. First I downloaded Python-3.6.9-tgz, then extracted it to get Python-3.6.9.tar, then extracted that to get a folder called Python-3.6.9 This has setup.py in it. So on windows 10 I opened the command prompt and navigated to that folder and typed: setup.py install . This opens up visual studio that I already have and does nothing. Please let me know if I need to do something else. I tried to add environmental variables but nothing has