Commit 109f0945 authored by Jack Jansen's avatar Jack Jansen

Added a note that you have to add Mac/Lib to sys.path after doing

a "make installmacsubtree".
parent 43b936d0
......@@ -137,3 +137,6 @@ installmacsubtree:
esac; \
done; \
done
@echo '** Copy the contents of sample_sitecustomize.py (or similar code) into'
@echo '**' $(INSTALLDIR)/lib/python2.2/sitecustomize.py
import sys
import os
_maclib = os.path.join(sys.prefix, 'Mac/Lib')
sys.path.append(_maclib)
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment