Skip to content Skip to sidebar Skip to footer
Showing posts with the label Pyenv

Pyenv Giving Shopt Command Not Found Error On Macos

I have been using pyenv for managing python versions and virtual environments on my mac for some ti… Read more Pyenv Giving Shopt Command Not Found Error On Macos

Conda Env V Venv

To add a question to the great question and discussion here on pyenv, venv, virtualenv, and virtual… Read more Conda Env V Venv

Deactivate Pyenv In Current Shell

My .bashrc has this: enable-pyenv () { # Load pyenv automatically by adding # the following… Read more Deactivate Pyenv In Current Shell

Can't Run Idle With Pyenv Installation: `python May Not Be Configured For Tk` `modulenotfounderror: No Module Named _tkinter'

I recently spent couple hours making tkinter and IDLE work on my pyenv Python installation (macOS).… Read more Can't Run Idle With Pyenv Installation: `python May Not Be Configured For Tk` `modulenotfounderror: No Module Named _tkinter'

Pyenv Not Picking Up Other Python Installations

I am using pyenv to manage python installations and virtual environments. I have several python ins… Read more Pyenv Not Picking Up Other Python Installations