[Tutor] Fwd: Re: Python Help

2017-07-23 Thread Alan Gauld via Tutor
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

[Tutor] Fwd: Re: Python Help

2017-07-23 Thread Alan Gauld via Tutor
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