Why There Is No Python Compressed Archive or Binaries ?

Grant Edwards grant.b.edwards at gmail.com
Mon Jan 17 16:13:05 EST 2022


On 2022-01-17, Sina Mobasheri <sinamobasheri at outlook.com> wrote:

> Yes sure, actually I can continue working and developing with python
> without this feature no problem but it's something that I like and
> I'm just curious about it, about why Python doesn't implement this
> kind of installation

You talk about "Python" implementing something. Python is a language.

If what you want hasn't been implmented, it's because there haven't
been any _people_ who have wanted it enough to do it. I spent 90
seconds googling and found that what you wanted has been implemented a
couple times for Windows. There was "Portable Python," which appears
to have been abandonded.

There's also WinPython <http://winpython.github.io/> which seems to be
active.  AFAICT, you just unzip it and run it (nothing needs to be
"installed"). It says you can even move that directory to another
machine and run it there if you want.

Both of those were for Windows.

It's probably never been done for Linux because Linux distros pretty
much all come with Python already installed by default, and it's
usually trivial to install alternative versions as well (and keep them
all updated) via whatever package manager the Distro uses.

--
Grant


More information about the Python-list mailing list