python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Problem in switching to python version using pyenv in windows system
I have installed pyenv in my windows system and updated it using pyenv update. When I run pyenv --version it shows 2.64.11. I installed python 3.9.9 to use in some project using command pyenv install ...
diff
Votes: 0
Answers: 0
pyenv failed to load after switching user
I follow the installation instruction here, and installed pyenv under /home/mrcai/.pyenv.
When I log in as mrcai, pyenv works pretty well as expected; but when I switch to root and switch back as mrca...
mrcai
Votes: 0
Answers: 1
Pyenv installs the system version instead of the chosen local version
I am wondering why the wrong version is selected here. Here is some information:
✦ ❯ which python3
/usr/bin/python3
~/ds/test-pyenv
✦ ❯ python3 -V
Python 3.8.10
~/ds/test-pyenv
✦ ❯ pyenv versions
...

RSale
Votes: 0
Answers: 1
How to deactivate pyenv?
So I setup a pyenv environment with python 3.7. Now I want to use a miniforge environment. However even if I activate the miniforge environment it seems the pyenv shell overwrites it because it runs t...
DevDog
Votes: 0
Answers: 1