Monday, February 16, 2015

Things to do after installing Python 3.4

Make sure that you add your Python directory AND the Scripts directory to the path.

I was trying to install BeautifulSoup4, and had problems using pip and easy_install. I had put in the Python directory into the path but didn't put the Scripts sub-directory.

Anyway, once I included the Scripts folder, pip (and easy_install for that matter) was accessible, and I was able to install BeautifulSoup4

Labels: , , , , , ,