Hello I am following this page.. I'm installing Python onto my mac so that I can set up a Django / Eclipse
development environment. However I am not too sure how to go about executing this step:
- The script will explain what changes it will make and prompt you before the installation begins.
- Once you’ve installed Homebrew, insert the Homebrew directory at the top of your PATH environment variable.
- You can do this by adding the following line at the bottom of your ~/.bashrc file
- export PATH=/usr/local/bin:$PATH
Where do I find the bashrc file on my mac and where do I find the homebrew directory?
I am running a macbook
pro with OS 10.8.5
.