On Thu, Apr 24, 2014 at 10:26 AM, Roos, Matthew J.
<[email protected]>wrote:

> I¹ve generated a .bashrc file, as shown below:
> roosmj1-ml1:~ roosmj1$ cat ~/.bashrc
> export NUPIC=/Users/roosmj1/Code/nupic
> export NTA=$NUPIC/build/release
> export PYTHONPATH=$PYTHONPATH:$NTA/lib/python2.7/site-packages
>
>
> However, when I start the mac terminal is appears that .bashrc is not
> being use, as the environment variables are not set:
> roosmj1-ml1:~ roosmj1$ echo $NUPIC $NAT $PYTHONPATH
>
> roosmj1-ml1:~ roosmj1$
>

That's troubling. Some *nix systems use .bashrc, others use .bash_profile.
You might try checking to see if you have a ~/.bash_profile, and if so, add
the line

source .bashrc

to it.

---------
Matt Taylor
OS Community Flag-Bearer
Numenta
_______________________________________________
nupic mailing list
[email protected]
http://lists.numenta.org/mailman/listinfo/nupic_lists.numenta.org

Reply via email to