Open abhishekpc opened 2 months ago
Just a minor glitch in the paragraph "Install different Python versions with pyenv". The first command should not be pyenv --list, but pyenv install --list
pyenv --list
pyenv install --list
The article has been very helpful for me. Thanks a lot!
Just a minor glitch in the paragraph "Install different Python versions with pyenv". The first command should not be
pyenv --list
, butpyenv install --list
The article has been very helpful for me. Thanks a lot!