Background: 1. Installed bitnami djangostack 2. Ran use_djangostack script to setup environment 3. used easy_install to install pip for my djangostack instance of python
I'm now trying to use pip to install a couple of packages, but the installation of the packages are going to /usr/local/lib/python2.7/dist-package and not to my bitnami instance.
What are the correct steps to setup/use pip so that packages are being installed to my bitnami instance of python?
Note: I prefer to use pip instead of easy_install for these packages.