Re: Python and Ubuntu versions

2021-07-25 Thread אורי
Thank you. אורי u...@speedy.net On Fri, Jul 23, 2021 at 4:29 PM Rami Krankurs wrote: > You can download it's source compile and install wherever you want in your > system. > Then refer your django to it. > > On Fri, Jul 23, 2021, 05:53 אורי wrote: > >> Hi, >> >> I have a production server with

Re: Python and Ubuntu versions

2021-07-23 Thread Rami Krankurs
You can download it's source compile and install wherever you want in your system. Then refer your django to it. On Fri, Jul 23, 2021, 05:53 אורי wrote: > Hi, > > I have a production server with Ubuntu 18.04 LTS (currently upgraded > to Ubuntu 18.04.5 LTS) and I use Python in virtualenv - curren

Re: Python and Ubuntu versions

2021-07-23 Thread Rabin Yasharzadehe
Many tools in the os are based on Perl or Python, so I won't recommend changing the base version which comes with the OS. Go with containers (e.g docker), and decuple the code from the os. -- Rabin ‪On Fri, 23 Jul 2021 at 05:53, ‫אורי‬‎ wrote:‬ > Hi, > > I have a production server with Ubunt

Python and Ubuntu versions

2021-07-22 Thread אורי
Hi, I have a production server with Ubuntu 18.04 LTS (currently upgraded to Ubuntu 18.04.5 LTS) and I use Python in virtualenv - currently Python 3.6.9. I'm using Django and I read that from Django 4.0, a minimal version of Python 3.8 will be required. I would like to know how I use the latest ver