How can I establish "shared" variables for all Bash instances on a machine? -


this question has answer here:

how can establish these shared variables forever on bash instances?

export path=/developer/nvidia/cuda-5.5/bin:$path export dyld_library_path=/developer/nvidia/cuda-5.5/lib:$dyld_library_path 

from dyld_library_path seems using mac. can put these in ~/.bashrc. if current $shell bash each time open terminal should execute lines , available read/modify later. e.g. echo $dyld_library_path


Comments

Popular posts from this blog

Detect support for Shoutcast ICY MP3 without navigator.userAgent in Firefox? -

web - SVG not rendering properly in Firefox -

java - JavaFX 2 slider labelFormatter not being used -