python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
'_ctypes' module missing when python is installed via pyenv
I am trying to set up an environment using pyenv and homebrew on Ubuntu 20.04. There are no problems with my system install of python. However, when I install a specific version of python using pyenv ...
Jan Parzydło
Votes: 0
Answers: 1
How to run a previous version of Python using virtualenv?
My native python installation is currently 3.10.2, however there is a program I need to use that is only compatible with 2.7-3.8. Rather than deleting my native installation and installing an outdated...
lcleary
Votes: 0
Answers: 1
Error installing python 3.7.6 using pyenv on new macbook pro M1 in OS 12.3+
I am struggling to install python version 3.7.6 using pyenv on my new macbook pro M1 running on mac os 12.3.1.
My configuration
$ clang -v
Apple clang version 13.1.6 (clang-1316.0.21.2)
Target: arm64-...
Tirtha Das
Votes: 0
Answers: 2
Using pyenv, how can I pip install global CLIs and make them available even when in a virtualenv?
There are many pip-installed CLI's like ansible and black that I want to have access to always, no matter which python version or virtualenv I am using. If I mark a certain python installation as glob...
Christopher Shroba
Votes: 0
Answers: 1