On Wednesday, March 2, 2022 4:14:48 AM EST Karl Jacobs wrote: > To correct typos, that should rather read > "python3.7 -m venv <some_name>" > and > "source <some_name>/bin/activate" > to create and activate a python virtual environment, in this case with > the specific python version 3.7 that you want to use (which of course > must be installed and in your $PATH). If you just say python3, the venv > would still use the (default) 3.9 version. > Cheers, > Karl > Some how then, this might have to be incorporated into the build it on the rpi scripts. Next question is where might a python-3.7 be obtained for a rpi4 running bullseye? Can the buster version be used?
Thanks Karl. Take care and stay well. > Am 01.03.2022 um 23:17 schrieb Chris Albertson: > > It is easy to install 3.7 First use "python3 -m vend <some_name>" > > then "source <some <some_name>/bin/activate" then install the > > version of python you like and whatever version of the packages you > > want. That's it. Now you have a vertical environment. > > > > In fact, almost every Python developer does this is it is generally a > > really bad idea to run with the default Python that comes with the > > OS. > > > > On Tue, Mar 1, 2022 at 5:46 AM gene heskett <[email protected]> wrote: > >> Greetings all; > >> > >> Any progress on that? The python is too new. Buster is just fine > >> with its python-3.7, but bullseye has python-3.9.2 and breaks it. > >> > >> Cheers, Gene Heskett. > >> -- > >> > >> "There are four boxes to be used in defense of liberty: > >> soap, ballot, jury, and ammo. Please use in that order." > >> > >> -Ed Howdershelt (Author, 1940) > >> If we desire respect for the law, we must first make the law > >> respectable.>> > >> - Louis D. Brandeis > >> > >> Genes Web page <http://geneslinuxbox.net:6309/gene> > >> > >> > >> > >> > >> > >> _______________________________________________ > >> Emc-users mailing list > >> [email protected] > >> https://lists.sourceforge.net/lists/listinfo/emc-users > > _______________________________________________ > Emc-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/emc-users > . Cheers, Gene Heskett. -- "There are four boxes to be used in defense of liberty: soap, ballot, jury, and ammo. Please use in that order." -Ed Howdershelt (Author, 1940) If we desire respect for the law, we must first make the law respectable. - Louis D. Brandeis Genes Web page <http://geneslinuxbox.net:6309/gene> _______________________________________________ Emc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-users
