asdf-community / asdf-community/asdf-python
Make `python` command fall back from system to asdf version
Open
- Dominant language
- Shell
- Stars
- 729
- Forks
- 65
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.