Hi Igor,

Thank you for your kind words!

You can update PATH yourself. There's something funny with PATH that seems to 
prevent it working properly with Universal variables, but you can set it by 
adding this to the file '~/.config/fish/config.fish' (creating it if it does 
not exist)

   set -x PATH $PATH /path/to/new/dir

I believe to get your imports working, you would do the same thing with 
PYTHONPATH:

   set -x PYTHONPATH /some/path

If you aren't sure what values these should be, you might check in the 
documentation. You could also fire up bash and see what values are set there.

Hope that helps,
_fish

On Aug 13, 2012, at 8:38 PM, Igor Nikolskiy <igor.niko...@gmail.com> wrote:

> Hi all, 
> 
> First, I just have to say thank you for putting Fish together. It made my 
> weekend. 
> 
> Now my question:
> 
> I am running OSX 10.7 and the latest version of Fish. After making Fish my 
> default shell I installed the Enthought python distribution, which includes 
> ipython and a bunch of other goodies. Unfortunately the Fish shell isn't 
> updated by enthought's install and so the PATH variable didn't get updated 
> and I can't run ipython. What's worse is the default python distro also 
> didn't get updated and so I can't even import any of the libraries, such as 
> numpy. 
> 
> Do you have a recommendation for the safest way for me to update the python 
> versions are used by the shell? Also do you think there is anything else I 
> need to do to use pip or brew-pip?
> 
> Thanks again for Fish. I just love it. 
> 
> Best, 
> Igor


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Fish-users mailing list
Fish-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fish-users

Reply via email to