asdf-community / asdf-python

Python plugin for the asdf version manager
https://github.com/asdf-vm/asdf
MIT License
656 stars 56 forks source link

[Question] Local python installation disappeared. #84

Closed ingcrengifo closed 3 years ago

ingcrengifo commented 3 years ago

Hi, I have manjaro with python 3.8, install asdf-python to use version 3.7 in a local project.

asdf local python 3.7

But now I see that python 3.7 remained global and the python that comes with my system (3.8) disappeared, is that normal?

if i run python 3.8 if it runs

abrac commented 3 years ago

I think you have to run the command asdf global python system, so that the system version of python is used.

ingcrengifo commented 3 years ago

Thank you @abrac