I have two versions of Python 2.7.
Using pip-2.7 install bsddb3 seems to install bsddb3 for the native OS X version of Python.
How do I change it to the version of Python located at
/Library/Frameworks/Python.framework/Versions/7.3/Resources/Python.app/Contents/MacOS
(Found the path with >>> os.path.dirname(sys.executable) which might not be correct. *nix still confuses me.)
Note AFAICS this is not a duplicate. The other qs asks how to install for specific versions (e.g. 2.7 vs 2.6).