Re: Python and Ubuntu versions

2021-08-21 Thread Peter J. Holzer
On 2021-07-23 15:17:59 +1000, Cameron Simpson wrote: > On 23Jul2021 07:54, אורי wrote: > >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 m

Re: Python and Ubuntu versions

2021-07-25 Thread אורי
Thank you. אורי u...@speedy.net On Sun, Jul 25, 2021 at 2:20 PM Mike Easter wrote: > Mike Easter wrote: > > In the past, old gmane required posting w/ a good email because the > > gmane server required you to receive an email and self-approve your > > posting. > > The old gmane also obfuscated

Re: Python and Ubuntu versions

2021-07-25 Thread Mike Easter
Mike Easter wrote: In the past, old gmane required posting w/ a good email because the gmane server required you to receive an email and self-approve your posting. The old gmane also obfuscated the email of someone posting that way. So, you needed to configure your agent to use a good email,

Re: Python and Ubuntu versions

2021-07-24 Thread Mike Easter
Terry Reedy wrote: Mike Easter wrote: For those who are following this thread on a conventional news server, there are missing parts which came from the python-list mailing list instead. For those who prefer an nntp access to the mailing list, the corresponding group on news.gmane.io is gman

Re: Python and Ubuntu versions

2021-07-24 Thread Mike Easter
Mike Easter wrote: Terry Reedy wrote: Mike Easter wrote: For those who are following this thread on a conventional news server, there are missing parts which came from the python-list mailing list instead. For those who prefer an nntp access to the mailing list, the corresponding group on n

Re: Python and Ubuntu versions

2021-07-24 Thread Terry Reedy
On 7/23/2021 5:11 PM, Mike Easter wrote: For those who are following this thread on a conventional news server, there are missing parts which came from the python-list mailing list instead. For those who prefer an nntp access to the mailing list, the corresponding group on news.gmane.io is gm

Re: Python and Ubuntu versions

2021-07-24 Thread Mike Easter
For those who are following this thread on a conventional news server, there are missing parts which came from the python-list mailing list instead. For those who prefer an nntp access to the mailing list, the corresponding group on news.gmane.io is gmane.comp.python.general. Posting there i

Re: Python and Ubuntu versions

2021-07-23 Thread Chris Angelico
On Sat, Jul 24, 2021 at 9:52 AM Cameron Simpson wrote: > > On 24Jul2021 09:22, Chris Angelico wrote: > >On Sat, Jul 24, 2021 at 9:03 AM Cameron Simpson wrote: > >> Rereading this, maybe I was unclear. This is for install directories > >> like /opt/Python-3.whatever or /usr/local/python-3.whateve

Re: Python and Ubuntu versions

2021-07-23 Thread Cameron Simpson
On 24Jul2021 09:22, Chris Angelico wrote: >On Sat, Jul 24, 2021 at 9:03 AM Cameron Simpson wrote: >> Rereading this, maybe I was unclear. This is for install directories >> like /opt/Python-3.whatever or /usr/local/python-3.whatever. Create the >> install point, chown, install as yourself. >> >>

Re: Python and Ubuntu versions

2021-07-23 Thread Chris Angelico
On Sat, Jul 24, 2021 at 9:03 AM Cameron Simpson wrote: > > On 23Jul2021 19:51, Chris Angelico wrote: > >On Fri, Jul 23, 2021 at 7:48 PM Cameron Simpson wrote: > >> Do the build and install as yourself. I usually do the install step by > >> making the install directory as root, then chowning it t

Re: Python and Ubuntu versions

2021-07-23 Thread Cameron Simpson
On 23Jul2021 19:51, Chris Angelico wrote: >On Fri, Jul 23, 2021 at 7:48 PM Cameron Simpson wrote: >> Do the build and install as yourself. I usually do the install step by >> making the install directory as root, then chowning it to me. Then you >> can do the install as you - this has the advanta

Re: Python and Ubuntu versions

2021-07-23 Thread Terry Reedy
On 7/23/2021 12:54 AM, אורי 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 - 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

Re: Python and Ubuntu versions

2021-07-23 Thread Chris Angelico
On Fri, Jul 23, 2021 at 7:48 PM Cameron Simpson wrote: > Do the build and install as yourself. I usually do the install step by > making the install directory as root, then chowning it to me. Then you > can do the install as you - this has the advantage the you're > unprivileged and can't accident

Re: Python and Ubuntu versions

2021-07-23 Thread Cameron Simpson
On 23Jul2021 07:54, אורי wrote: >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

Re: Python and Ubuntu versions

2021-07-23 Thread Chris Angelico
‪On Fri, Jul 23, 2021 at 2:55 PM ‫אורי‬‎ 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 - currently Python > 3.6.9. I'm using Django and I read that from Django 4.0, a minimal version > of Python 3.8

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