-
Cross posted from https://stackoverflow.com/questions/77463416/with-asdf-installed-python-why-does-pytest-use-a-differentpython-version-than-t I have installed several Python versions using asdf. I am also using Pipenv to manage dependencies. Although I have Python 3.9.4 referenced in my Pipenv file, and asdf reports that I'm using Python 3.9.4, pytest reports that it's using 3.11.6. For example:
|
Beta Was this translation helpful? Give feedback.
Answered by
audiodude
Nov 11, 2023
Replies: 1 comment
-
Turns out I have to explicitly set the Python version on pipenv when using asdf:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
audiodude
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Turns out I have to explicitly set the Python version on pipenv when using asdf: