Re: How to install older python version on Debian

2021-03-26 Thread Andrey Rahmatullin
On Fri, Mar 26, 2021 at 10:01:54AM +, PICCA Frederic-Emmanuel wrote: > > Hello, > > > I’d suggest you build it from source (python.org/ftp... with the needed > > version) as an additional python version, and then create your venv using > > the 3.6. > > > You can dm me if you might need

Re: How to install older python version on Debian

2021-03-26 Thread {Pokoradi, Balazs}
Hello, I’d suggest you build it from source (python.org/ftp... with the needed version) as an additional python version, and then create your venv using the 3.6. You can dm me if you might need more details. Best regards, Balazs Отправлено с iPhone > 26 марта 2021 г., в 7:14, Andrey

Re: How to install older python version on Debian

2021-03-26 Thread Andrey Rahmatullin
On Fri, Mar 26, 2021 at 09:55:03AM +0800, Robbi Nespu wrote: > Dear Debian Python, > > I would like to install older python (version 3.6) on my venv environment > > $ inxi -S > System:Host: debian Kernel: 5.10.0-4-amd64 x86_64 bits: 64 Desktop: KDE > Plasma 5.20.5 >Distro: Debian

Re: How to install older python version on Debian

2021-03-26 Thread Geert Stappers
On Fri, Mar 26, 2021 at 09:55:03AM +0800, Robbi Nespu wrote: > Dear Debian Python, > > I would like to install older python (version 3.6) on my venv environment > > $ inxi -S > System: > Host: debian > Kernel: 5.10.0-4-amd64 x86_64 > bits: 64 >Desktop: KDE Plasma 5.20.5 > Distro: Debian

How to install older python version on Debian

2021-03-25 Thread Robbi Nespu
Dear Debian Python, I would like to install older python (version 3.6) on my venv environment $ inxi -S System:Host: debian Kernel: 5.10.0-4-amd64 x86_64 bits: 64 Desktop: KDE Plasma 5.20.5 Distro: Debian GNU/Linux bullseye/sid (venv)$ python --version Python 3.9.2 on fedora