Trying this:
- editing
bin/activate, changeVIRTUAL_ENV='/Volumes/Macintosh HD/Python/my_project', and changePATH="$VIRTUAL_ENV/bin:$PATH", to make it work in your environment. usingecho $PATHto check if it works. -
editing
bin/pipandbin/easy_install, change first line in the two files to#!/usr/bin/env python
After above 2 steps, you’ll make your virtualenv works(also pip/easy_install).