Replies: 1 comment
-
Most probably, you didn't restart your login session after installing thus have no |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear all,
I have installed pyenv by following the instructions reported on the main page.
If I execute
pyenv versions
I obtain the following result
But If i execute
$ python --version
the response is
Python 2.7.18
I have tried to execute both pyenv global 3.7.7 and pyenv local 3.7.7 but If I write python3, the 2.7.18 version is started.
I'm using Ubuntu.
The PATH variable is set as shown in your tutorial.
What is wrong?
Best
Beta Was this translation helpful? Give feedback.
All reactions