Re: RE : RE : Does it is better to '''python3 -m install the_program''' instead '''pip3 install the_program" when it is missing in the downloader primary ?

2022-02-16 Thread Dorian ROSSE
I know '''python setup.py instal''' if python can be dangerous why create a rpm from the python program ? Can i create a rpm from a python program build with virtual dependancy with venv ? Thank you in advance for this two answer, Regards. Dorian Rosse.

Re: RE : RE : Does it is better to '''python3 -m install the_program''' instead '''pip3 install the_program" when it is missing in the downloader primary ?

2022-02-16 Thread Roberto Ragusa
On 2/15/22 11:30 PM, Dorian ROSSE wrote: What is ‘’’ bdist_rpm’’’ ? It is a magical word to tell the setup script you want a package for your distribution. Conceptually is a sort of "make rpm". https://docs.python.org/3/distutils/builtdist.html Regards. -- Roberto Ragusamail at

RE : RE : Does it is better to '''python3 -m install the_program''' instead '''pip3 install the_program" when it is missing in the downloader primary ?

2022-02-15 Thread Dorian ROSSE
What is ‘’’ bdist_rpm’’’ ? Thank you in advance for your answer, Regards. Dorian ROSSE. Envoyé à partir de Courrier pour Windows De : Roberto Ragusa Envoyé : Tuesday, February 15, 2022 5:23:21 PM À :

Re: RE : Does it is better to '''python3 -m install the_program''' instead '''pip3 install the_program" when it is missing in the downloader primary ?

2022-02-15 Thread Roberto Ragusa
On 2/14/22 3:47 PM, Aristeidis Dimitriadis wrote: On 12/02/2022 00:19, Dorian ROSSE wrote: This is interesting but i am in using of python for the way of dependency finaly i need to install dependency i don’t need in virtual, Regards. Dorian ROSSE. Not sure what it is your are trying to

Re: RE : Does it is better to '''python3 -m install the_program''' instead '''pip3 install the_program" when it is missing in the downloader primary ?

2022-02-14 Thread Dorian ROSSE
This is interesting but I prefer python 3 like this : python3 -m pip install --user Your insights is good, Thanks you, Regards. Dorian Rosse. From: Aristeidis Dimitriadis Sent: Monday, February 14, 2022 3:47:40 PM To: users@lists.fedoraproject.org Subject:

Re: RE : Does it is better to '''python3 -m install the_program''' instead '''pip3 install the_program" when it is missing in the downloader primary ?

2022-02-14 Thread Aristeidis Dimitriadis
On 12/02/2022 00:19, Dorian ROSSE wrote: This is interesting but i am in using of python for the way of dependency finaly i need to install dependency i don’t need in virtual, Regards. Dorian ROSSE. Not sure what it is your are trying to do. If you want to run a program NOT provided as an

Re: RE : Does it is better to '''python3 -m install the_program''' instead '''pip3 install the_program" when it is missing in the downloader primary ?

2022-02-13 Thread Tim via users
On Fri, 2022-02-11 at 17:26 -0500, Jonathan Billings wrote: > Also, I like to think of this XKCD: > > https://xkcd.com/1987/ Python, or nest of vipers? -- uname -rsvp Linux 3.10.0-1160.53.1.el7.x86_64 #1 SMP Fri Jan 14 13:59:45 UTC 2022 x86_64 Boilerplate: All unexpected mail to my

Re: RE : Does it is better to '''python3 -m install the_program''' instead '''pip3 install the_program" when it is missing in the downloader primary ?

2022-02-11 Thread Jonathan Billings
On Fri, Feb 11, 2022 at 10:19:09PM +, Dorian ROSSE wrote: > This is interesting but i am in using of python for the way of > dependency finaly i need to install dependency i don’t need in > virtual, If the dependency is an RPM packaging dependency, pip will not help you. If you just need

RE : Does it is better to '''python3 -m install the_program''' instead '''pip3 install the_program" when it is missing in the downloader primary ?

2022-02-11 Thread Dorian ROSSE
This is interesting but i am in using of python for the way of dependency finaly i need to install dependency i don’t need in virtual, Regards. Dorian ROSSE. Envoyé à partir de Courrier pour Windows De :

Re: Does it is better to '''python3 -m install the_program''' instead '''pip3 install the_program" when it is missing in the downloader primary ?

2022-02-11 Thread Jonathan Billings
On Fri, Feb 11, 2022 at 09:26:52PM +, Dorian ROSSE wrote: > Jonathan how to use the venv module ? > > Thank you in advance for your soon answer, It's a core module for Python 3, which means its included in the base distribution of Python and should always be available on any modern Python 3.

RE : Does it is better to '''python3 -m install the_program''' instead '''pip3 install the_program" when it is missing in the downloader primary ?

2022-02-11 Thread Dorian ROSSE
Thank you cameron for your smart answer i was think the same about python3 program, Regards. Dorian ROSSE. Envoyé à partir de Courrier pour Windows De : Cameron Simpson Envoyé le :vendredi 11 février 2022 21:40 À :

RE : Does it is better to '''python3 -m install the_program''' instead '''pip3 install the_program" when it is missing in the downloader primary ?

2022-02-11 Thread Dorian ROSSE
Jonathan how to use the venv module ? Thank you in advance for your soon answer, Regards. Dorian ROSSE. Envoyé à partir de Courrier pour Windows De : Jonathan Billings Envoyé le :vendredi 11 février 2022 21:48 À :

Re: Does it is better to '''python3 -m install the_program''' instead '''pip3 install the_program" when it is missing in the downloader primary ?

2022-02-11 Thread Jonathan Billings
On Feb 11, 2022, at 13:33, Dorian ROSSE wrote: > >  Hello, > > > Does it is better to '''python3 -m pip install the_program''' instead '''pip3 > install the_program" when it is missing in the downloader primary ? Both are essentially the same. The pip executable uses the pip module.

Re: Does it is better to '''python3 -m install the_program''' instead '''pip3 install the_program" when it is missing in the downloader primary ?

2022-02-11 Thread Cameron Simpson
On 11Feb2022 18:31, Dorian ROSSE wrote: >Does it is better to '''python3 -m install the_program''' instead >'''pip3 install the_program" when it is missing in the downloader >primary ? That would be: python3 -m pip3 install the_program The version with `python3` is generally better

Re: Does it is better to '''python3 -m install the_program''' instead '''pip3 install the_program" when it is missing in the downloader primary ?

2022-02-11 Thread Dorian ROSSE
Hello, Does it is better to '''python3 -m pip install the_program''' instead '''pip3 install the_program" when it is missing in the downloader primary ? Thanks you in advance for yours answers, Regards. Dorian Rosse. From: Dorian ROSSE Sent: Friday,