[IPython-User] making notebook aware of environmental variables
Fernando Perez
fperez.net@gmail....
Fri Jan 27 02:47:51 CST 2012
2012/1/27 Zoltán Vörös <zvoros@gmail.com>:
>> Do you have a ~/.bash_profile, ~/.profile or ~/.bash_login? If so,
>> what do each contain in full?
>
> All my setting are in .bashrc, in fact, I don't even have .bash_profile.
And what about .profile or .bash_login? Otherwise, .bashrc won't get
read by login shells. that may be your problem. Make a .bash_profile
that simply contains
. .bashrc
and let's see if that helps.
f
More information about the IPython-User
mailing list