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

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

Can't Install Python 3.10.0 With Pyenv On Macos

Trying to install Python 3.10.0 on MacOS 11.6 (Intel) with pyenv 2.1.0 (from homebrew) fails with: … Read more Can't Install Python 3.10.0 With Pyenv On Macos

Uwsgi Fails Under Pyenv/2.7.11 With _io.so: Undefined Symbol: _pycodecinfo_getincrementalencoder

when i start uwsgi 2.0.11.2 under pyenv 2.7.11 i get: ImportError: /home/user/.pyenv/versions/2.7.1… Read more Uwsgi Fails Under Pyenv/2.7.11 With _io.so: Undefined Symbol: _pycodecinfo_getincrementalencoder

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

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