Python Forum
Installing Python 3.8.11 from TGZ File
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Installing Python 3.8.11 from TGZ File
#1
I am attempting to install Python 3.8.11 for Windows from a TGZ file since no installer is available on the Python website.

Here is the files it gives me instead: https://www.python.org/downloads/release/python-3811/

I downloaded the TGZ file, extracted the README, and it gave me the following instructions that are attached.

Quote:On Unix, Linux, BSD, macOS, and Cygwin::

./configure
make
make test
sudo make install

But this does not work for Windows.
Reply


Messages In This Thread
Installing Python 3.8.11 from TGZ File - by michaelnicol - Jul-05-2023, 06:56 PM

Forum Jump:

User Panel Messages

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