Re: Help needed - - running into issues with python and its tools

Liste des GroupesRevenir à cl python 
Sujet : Re: Help needed - - running into issues with python and its tools
De : bill (at) *nospam* baddogconsulting.com (Bill Deegan)
Groupes : comp.lang.python
Date : 06. Aug 2024, 05:36:12
Autres entêtes
Message-ID : <mailman.23.1722915387.2890.python-list@python.org>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
why reply to me instead of to the list?
It's generally considered bad form to do so.


Do you have any python 3 installed on your system?
Or python 2.7?
If not, can you install such via system package?

-Bill



On Mon, Aug 5, 2024 at 6:06 PM o1bigtenor <o1bigtenor@gmail.com> wrote:

>
>
On Mon, Aug 5, 2024 at 5:28 PM Bill Deegan via Python-list <
python-list@python.org> wrote:
>
Did Mats suggestion of:
python3.13 -m venv new_venv
$ new_venv/bin/python --version
Python 3.13.0b4
$ source new_venv/bin/activate
>
Not work?
That should work on any system, with any system installl python.
It's not trying to modify the system installed python in anyway...
>
If not, please paste the error output you're getting.
>
>
 # python3.13 -m venv new_venv
-bash: python3.13: command not found
>
$ python3.13 -m venv new_venv
bash: python3.13: command not found
>
There you have it - - - the first one run as superuser and the second as
usr.
>
Regards
>
>
>

Date Sujet#  Auteur
6 Aug 24 o Re: Help needed - - running into issues with python and its tools1Bill Deegan

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal