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

Pyenv Fails To Install Python On Cygwin: Modulenotfounderror: No Module Named '_ctypes'

I am trying to set up my Cygwin environment to use pyenv for managing python versions. I don't … Read more Pyenv Fails To Install Python On Cygwin: Modulenotfounderror: No Module Named '_ctypes'

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

Pipenv Install Does Not Install Everything From Pipfile

I am running this on a fresh Ubuntu 20.04 install: pipenv install with Pipfile: $ cat Pipfile [pack… Read more Pipenv Install Does Not Install Everything From Pipfile

How Can I Fix A Py2app Error When Building With Py2app

Trying to build a simple wxpython app using py2app and using pyenv. I created a virtual environmen… Read more How Can I Fix A Py2app Error When Building With Py2app

Pyenv: How To 'rebuild' Virtualenvs After Rebuilding Python

I rebuilt python 3.7 to get pyinstaller to work on Mac, and it seems to have deleted all my virtual… Read more Pyenv: How To 'rebuild' Virtualenvs After Rebuilding Python

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