On Wednesday, December 27, 2017 at 9:44:28 AM UTC+13, Gideon Simpson wrote:
>
> ... when I open one of these web based terminals, it does not appear to 
> source my .profile which sets an LD_LIBRARY_PATH variable needed for some 
> libraries.
>

>From the docs 
<https://www.gnu.org/software/bash/manual/bashref.html#Bash-Startup-Files>:

When Bash is invoked as an interactive login shell ... it looks for ... 
~/.profile ...

When an interactive shell that is not a login shell is started, Bash reads 
and executes commands from ~/.bashrc, if that file exists.

So this is expected behaviour for a non-login shell.

-- 
You received this message because you are subscribed to the Google Groups 
"Project Jupyter" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jupyter+unsubscr...@googlegroups.com.
To post to this group, send email to jupyter@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jupyter/a8839d5e-81e9-44f0-bb61-5dcdaea1ad43%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to