How to install python3.4-dev for Mac?

怎甘沉沦 提交于 2020-06-16 02:13:22

问题


hey guys I have pip and homebrew I have tried

pip search python3.4-dev and also brew search python and can't find python3.4-dev in any of them any ideas?


回答1:


OS X does not have this package available. However, the package list can be found on the Debian site here. These packages come with py3.5 by default. Just try:

brew install python3



回答2:


Pip won't install Python itself. pyenv can help you install any specific Python version you want. Look here:

https://github.com/yyuu/pyenv#installation

Then after installation, you run

pyenv install 3.4-dev 


来源:https://stackoverflow.com/questions/41743825/how-to-install-python3-4-dev-for-mac

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!