asdf-community / asdf-community/asdf-python
Make `python` command fall back from system to asdf version
- Vorherrschende Sprache
- Shell
- Sterne
- 729
- Forks
- 65
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
Hi. I have python 3.9 installed in system, and 3.8 installed in asdf.
I would like the `python` command to use version 3.9 and the `python3.8` command to use version 3.8.
I tried the following commands, but it did not work:
```
$ asdf global python system 3.8.6
$ python -V
Python 3.9.1
$ python3.8 -V
No python3.8 executable found for python system
```
Hope someone knows why the `python3.8` command doesn't work.
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Rechercherichtung
Führe zuerst die gemeldeten Befehle `asdf global python system 3.8.6`, `python -V` und `python3.8 -V` aus. Verfolge, wie das Python-Plugin versionierte ausführbare Dateien auflöst, wenn `system` aufgeführt ist, und betrachte die Arbeit als abgeschlossen, wenn `python` die System-Python-Version verwendet, während `python3.8` auf die von asdf installierte Version aufgelöst wird.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- python
- Bereich
- cli, tooling
- Issue-Typ
- Feature
- Schwierigkeit
- 3/5
- Geschätzter Aufwand
- 1-2 Tage
- Aktivitätsstatus
- Veraltet
- Klarheit
- Größtenteils klar
- Anfängerfreundlichkeit
- 35/100