Hello
Merci pour ta réponse.
Sans me rendre compte j'ai fais un truc cohérent.
Quand j'ai acheté mon mac j'ai du l'installé avec un installer en attendant de me relancer avec Django car dans mon dossier Application (je suis sous mac) je vois un dossier
/Application/Python 3.14/
Mias.... a!ie, j'ai aussi installer Python 3.13 via brew, sans me rappeler de ma première action (pas bien)
Pour revebir à mon problème, j'ai désinstallé python viw brew
brew uninstall --force python@3.14
Depuis quand je fais
il m'affiche maintenant 3.13.12
Si maintenant je controle mes version
Il m'affiche
system
* 3.13.12 (set by /Users/pierrot/.pyenv/version)
si je passe sur system et je controle mes version
1 2 3
|
pyenv global system
pyenv --versions |
il m'affiche
* system (set by /Users/pierrot/.pyenv/version)
3.13.12
et
affiche
donc je epux revenir sur 3.13.12
1 2
| pyenv global 3.13.12
python3 --version |
Donc jusqu'à la, je peux travailler avec python 3.13.12
Ma question bête,
si je reviens sur python3.14
1 2
| pyenv global system
python3 --version |
Pourquoi il m'affiche 3.14?
Est.ce parce que je l'ai installé avec l'installer ou est-ce la version par défaut?
Ceci
il m'affiche
/Users/pierrot/.pyenv/shims/python
/Users/pierrot/.pyenv/shims/python3
/Library/Frameworks/Python.framework/Versions/3.14/bin/python3
/usr/local/bin/python3
/usr/bin/python3
PS: Je ne vais pas développer un truc en Python (enfin pour le moement
). J'aimerais réinstaller Django qui necessite Pytion
Partager