I want to install python version 3.6.
when I do brew install python
it installs latest version of python i.e 3.8
.
I tried below solution but it is giving me error.
brew install --ignore-dependencies https://raw.githubusercontent.com/Homebrew/homebrew-core/f2a764ef944b1080be64bd88dca9a1d80130c558/Formula/python.rb
Error:
Error: Calling Installation of python from a GitHub commit URL is disabled! Use 'brew extract python' to stable tap on GitHub instead.
I even tried solution in this link but not working.
Also When I do:
brew search python
I don't find python@3.6
init