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'

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

Pyenv Virtualenv Activation Not Work When Use Full Path

I install pyenv on centos, and check if its working. # curl -L https://raw.githubusercontent.com/py… Read more Pyenv Virtualenv Activation Not Work When Use Full Path

How To Switch Back And Forth Between (general) Pyenv Python And System Python In Ubuntu?

I used to work with python installed under anaconda3 in my Ubuntu. But for some reason, I needed to… Read more How To Switch Back And Forth Between (general) Pyenv Python And System Python In Ubuntu?

Pyenv Does Not Use Correct Python Version

using pyenv 2.0.3 when i'm in a folder with a python-version file, the python keeps using the s… Read more Pyenv Does Not Use Correct Python Version

Issue When Importing Matplotlib

I've setted up a virtual enviroment for playing around with machine learning using pyenv. When … Read more Issue When Importing Matplotlib