Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

System python sets "python" to python2 when /usr/bin/python is python3 #157

Open
agausmann opened this issue Apr 12, 2023 · 0 comments
Open

Comments

@agausmann
Copy link

OS: Void Linux

Without asdf-python installed: The system handles invocation of python commands. I can type python2 or python3 to invoke the specified version. I can also type python (which I am used to doing) and in this system, that is symlinked to python3.

With asdf-python installed: I still would like to use the system python when I haven't manually selected a different version.
I configured it with the command: asdf global python system
However, now the python command ($HOME/.asdf/shims/python) executes python2 instead.

This may also be an issue in Ubuntu or Debian when the python-is-python3 package is installed, but I haven't tested that yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant