How to Install Python3.4-Dev for Mac?
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? 2 Answers Pip...
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?
2 Answers
Pip won't install Python itself. pyenv can help you install any specific Python version you want. Look here:
Then after installation, you run
pyenv install 3.4-dev
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