Re: Python pip issue

2013-04-03 Thread Adam Dershowitz Ph.D., P.E.
On Apr 2, 2013, at 6:27 PM, "Adam Dershowitz Ph.D., P.E." wrote: > I am trying to install a package, and have run into a problem. > I did make sure that I am running the correct python: > I have pip-2.6 installed, and I have used port select to make sure that > macport python26 is active. I

Re: Python pip issue

2013-04-03 Thread Arno Hautala
On Wed, Apr 3, 2013 at 1:18 AM, Ned Deily wrote: > > Also make sure you don't have a permissions problem. If you did a "sudo > pip install", the created directories and files may not be world > readable and executable. Check and, if necessary, alter the > permissions of the packages you install

Re: Python pip issue

2013-04-02 Thread Ned Deily
In article , Ned Deily wrote: > cd ./ib/python2.6/site-packages/ cd ./lib/python2.6/site-packages/ -- Ned Deily, n...@acm.org ___ macports-users mailing list macports-users@lists.macosforge.org https://lists.macosforge.org/mailman/l

Re: Python pip issue

2013-04-02 Thread Ned Deily
In article <77d0858c-1c68-4628-a4f4-5db5c7b0f...@alum.mit.edu>, "Adam Dershowitz Ph.D., P.E." wrote: > On Apr 2, 2013, at 7:10 PM, Brandon Allbery wrote: > > On Tue, Apr 2, 2013 at 9:27 PM, Adam Dershowitz Ph.D., P.E. > > wrote: > > I have pip-2.6 installed, and I have used port select to make

Re: Python pip issue

2013-04-02 Thread Adam Dershowitz Ph.D., P.E.
On Apr 2, 2013, at 7:10 PM, Brandon Allbery wrote: > On Tue, Apr 2, 2013 at 9:27 PM, Adam Dershowitz Ph.D., P.E. > wrote: > I have pip-2.6 installed, and I have used port select to make sure that > macport python26 is active. If I then do: > > This only works as expected if /opt/local/bin

Re: Python pip issue

2013-04-02 Thread Brandon Allbery
On Tue, Apr 2, 2013 at 9:27 PM, Adam Dershowitz Ph.D., P.E. < de...@alum.mit.edu> wrote: > I have pip-2.6 installed, and I have used port select to make sure that > macport python26 is active. If I then do: > This only works as expected if /opt/local/bin precedes /usr/bin in your $PATH; you migh

Python pip issue

2013-04-02 Thread Adam Dershowitz Ph.D., P.E.
I am trying to install a package, and have run into a problem. I did make sure that I am running the correct python: I have pip-2.6 installed, and I have used port select to make sure that macport python26 is active. If I then do: sudo pip-2.6 install PyJSBSim I get progress and then I see: Su