Does pyenv use system's GCC
?
#2758
Replies: 2 comments
-
Most of the build scripts download a source package and build it. You can run |
Beta Was this translation helpful? Give feedback.
-
Thanks for your answer. |
Beta Was this translation helpful? Give feedback.
-
Hi,
I would juste like to understand how
pyenv
installs new versions of python when I run for examplepyenv install 3.11
. Does it compile the appropriate binaries with my localGCC
? Or does it simply download a preinstalled version?I'm not very familiar with compilation of python and DLL's, so feel free to input the appropriate information for me to understand a bit better :)
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions