asdf-community / asdf-python

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

Use the default version of python #68

Closed j41rj closed 4 years ago

j41rj commented 4 years ago

How can I use the default version of python? I set only a local version but when I'm out of that folder I can't use the system version of python.

jokrefta commented 4 years ago

Try checking the global .tool-versions file, you might need to add "system" to it? https://asdf-vm.com/#/core-configuration

danhper commented 4 years ago

This should work with asdf global, please comment if there is still an issue.