Pyinstallers job isn't to install Python it is to create a file/folder with 
your code and enough of python for your code to run. If you want to install 
python go to https://python.org and download python for your platform. If you 
need to have pip as a part of your code installation you need to tell 
pyinstaller to include it.

From: pyinstaller@googlegroups.com <pyinstaller@googlegroups.com> On Behalf Of 
Paul Prescod
Sent: 25 January 2021 05:38
To: bren...@brendansimon.com
Cc: pyinstaller@googlegroups.com
Subject: Re: [PyInstaller] Easy way to install all of Python?

I do not believe that PyInstaller installs all of Python. For example, I was 
told that it does not install the pip module, which is a key one for my 
use-case because it would allow a simple upgrade path and a way to install 
plugins.

On Sun, Jan 24, 2021 at 5:23 PM Brendan Simon 
<bren...@brendansimon.com<mailto:bren...@brendansimon.com>> wrote:
On 24/1/21 1:34 pm, Paul Prescod wrote:
> Does there exist any easy way to install a totally sandboxed python
> installation
>
>  * with all standard libraries,
>  * plus my app
>  * on Mac, windows and Linux?
>  * with a single installer?
>
> I don't think this is the use-case for pyinstaller but is there any
> tool in the categorubthat makes it easy to build that kind of a fat
> multi platform installer?
>
>  - Paul
>

That is exactly what PyInstaller does (or can do).  You have to run it
on each platform to build the app bundle for each target (Mac, Windows,
Linux).

The only other alternative (i know of) is Briefcase (Beeware).  It does
the same/similar thing as PyInstaller.

Brendan.
--
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
pyinstaller+unsubscr...@googlegroups.com<mailto:pyinstaller+unsubscr...@googlegroups.com>.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/pyinstaller/CAAKstZJQ0ryvrCQe9CkRTuO%2BXFb3HUO%2BOQTFmvdVcffgFPosDA%40mail.gmail.com<https://emea01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgroups.google.com%2Fd%2Fmsgid%2Fpyinstaller%2FCAAKstZJQ0ryvrCQe9CkRTuO%252BXFb3HUO%252BOQTFmvdVcffgFPosDA%2540mail.gmail.com%3Futm_medium%3Demail%26utm_source%3Dfooter&data=04%7C01%7C%7C722dfdd44bda44f2bf8508d8c110b83a%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637471624832574588%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=Hkj3rKZnGBAKUQFEWEU6AijYrO8sgImODLXxUPD3eYc%3D&reserved=0>.

-- 
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to pyinstaller+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/pyinstaller/VI1PR03MB4479B31DC1315DC1271C5B289BBD0%40VI1PR03MB4479.eurprd03.prod.outlook.com.

Reply via email to