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

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