Installation tips: OS X¶I collect tips from other users here. Check them out and see whether they apply to your situation. Comments are welcome. Let me know if something becomes outdated. On July 16, 2013: “Getting cmappertools installed properly in a virtual environment requires using the python setup.py install --prefix=~/.virtualenvs/[MYENV]
where On July 16, 2013: “If people don’t have wxPython installed, they need to be careful about how they go about installing it. If they try to On July 16, 2013: “fastcluster can be installed with pip, which some might prefer for its uninstall capability.” On August 20, 2014: “I found this page to be really useful for installing wxPython in a virtual env: http://wiki.wxpython.org/wxPythonVirtualenvOnMac.” On October 12, 2015: If the Python setup tools for cmappertools cannot find the Boost libraries, even though they are installed on your system, edit the file python setup.py build
python setup.py install --user
|
|