PYTHONPATH vs Python Virtual Environment

2022-02-04 Thread Sina Mobasheri
it's not good title defiantly and I don't mean to compare apples and oranges when I start using python virtual environment it was because isolation proposes and everyone say about its benefits in isolation and working with different versions of the same package in different projects but recentl

Re: About Python Compressed Archive or Binaries

2022-01-18 Thread Sina Mobasheri
Thanks I really appreciate that, its time consuming task and take lots of hard work for sure, I was thinking it's technical issue for python that there isn't binary format for it, so I'm happy to hear that we will have that option in the future 🙏🏻🚀 From: Python-l

Re: Why There Is No Python Compressed Archive or Binaries ?

2022-01-17 Thread Sina Mobasheri
ssed Archive or Binaries ? You could try miniconda. Op 17/01/2022 om 20:53 schreef Sina Mobasheri: > Consider scenario that I want run python 3.10 in CentOS 8, I think last > python version in CentOS repository is 3.6, if I use epel I can get 3.8 so > ..., I think (correct me if I'm wr

Re: Why There Is No Python Compressed Archive or Binaries ?

2022-01-17 Thread Sina Mobasheri
ry about my bad grammar From: Calvin Spealman Sent: Monday, January 17, 2022, 22:53 To: Sina Mobasheri Cc: python-list@python.org Subject: Re: Why There Is No Python Compressed Archive or Binaries ? Well, on its own, I'd say the reason we don't have s

Re: About Python Compressed Archive or Binaries

2022-01-17 Thread Sina Mobasheri
able installer), unpack it anywhere, add path to this 'anywhere' to PATH, and use it. Java/DotNet/Go have this option. But python - not. And question is - why? On 1/17/22 18:37, Sina Mobasheri wrote: > Java offers download JDK as Compressed Archive or NodeJS offers download Node &

Re: Why There Is No Python Compressed Archive or Binaries ?

2022-01-17 Thread Sina Mobasheri
lman Sent: Monday, January 17, 2022 10:19:13 PM To: Sina Mobasheri Cc: python-list@python.org Subject: Re: Why There Is No Python Compressed Archive or Binaries ? I maintain a small project that provides this, a drop-in Python runtime you can ship without installation called Feet. Get it? It ma

Why There Is No Python Compressed Archive or Binaries ?

2022-01-17 Thread Sina Mobasheri
Java offers download JDK as Compressed Archive or NodeJS offers download Node as Binaries both give us a compressed file for Linux and windows that we can just unzipped it and put in a cust

About Python Compressed Archive or Binaries

2022-01-17 Thread Sina Mobasheri
Java offers download JDK as Compressed Archive or NodeJS offers download Node as Binaries both give us a compressed file for Linux and windows that we can just unzipped it and put in a custom directory and set some environment variables and start working I'm aware that Python also have somethi