If you have Docker and if it works for your use case ...

$ docker run -t --rm python:3 python3 --version

Python 3.7.3

$ docker run -t --rm python:3 python3 -c 'print("hello, world!")'

hello, world!

Regards,
- Robert



On Fri, Apr 26, 2019 at 11:53 AM Bill Barry <b...@billbarry.org> wrote:

> On Fri, Apr 26, 2019 at 6:38 PM Richard Owlett <rowl...@cloud85.net>
> wrote:
>
> > On 04/26/2019 01:16 PM, Bill Barry wrote:
> > > On Fri, Apr 26, 2019 at 6:02 PM Richard Owlett <rowl...@cloud85.net>
> > wrote:
> > >
> > >> I wish to try some beta software which assumes python3.7 is
> installed. I
> > >> have Debian 9.8 installed on a machine dedicated to this exercise. I
> did
> > >> a web search and got a half dozen on topic hits. There were enough
> > >> differences that I wasn't sure if I was missing something important.
> The
> > >> last time I compiled something was on a PDP 11/45 in approximately
> 1975.
> > >>
> > >> Suggestions?
> > >> TIA
> > >>
> > >
> > > apt-get install python3.7
> > > will work.
> > >
> > > Bill
> >
> > Yeah But
> > It's not in repository ;{
> >
> >
> Then since this machine is  dedicated to this exercise why not upgrade it
> to Debian 10. python3.7 will be much easier to install there.
>
> Bill
> _______________________________________________
> PLUG mailing list
> PLUG@pdxlinux.org
> http://lists.pdxlinux.org/mailman/listinfo/plug
>
_______________________________________________
PLUG mailing list
PLUG@pdxlinux.org
http://lists.pdxlinux.org/mailman/listinfo/plug

Reply via email to