Forwarding to list
Forwarded Message
I did use the pip command and am attempting to add the files to my
python path. I used
import sys
sys.path.append("/Users/Jim/Documents/illustris_python")
and that worked. I even checked to make sure the files were there
import sys
pri
Forwarding to list,
please use ReplyAll or ReplyList when responding to the list.
Forwarded Message
I also tried the correct command for the mac ox s in terminal shell,
running:
Jims-MacBook-Pro-2:~ Jim$
PYTHONPATH="/Users/Jim/Documents/illustris_python:$PYTHONPATH
> export