-
Hi, My code requires python >3.7 and it's the default for python3. But after installing uvicorn it looks using python 3.6.8 $uvicorn --version How can I use 3.7 instead? $ python3 --version |
Beta Was this translation helpful? Give feedback.
Answered by
euri10
Mar 25, 2022
Replies: 1 comment
-
you probably want to read more about virtual environments https://docs.python.org/3/tutorial/venv.html |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
euri10
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
you probably want to read more about virtual environments https://docs.python.org/3/tutorial/venv.html
stackoverflow is more suiited for questions like that