lfads / lfads-run-manager

Matlab interface for Latent Factor Analysis via Dynamical Systems (LFADS)
https://lfads.github.io/lfads-run-manager
Apache License 2.0
50 stars 29 forks source link

Add note about .bash_profile #1

Closed djoshea closed 6 years ago

djoshea commented 7 years ago

Tmux sessions do not source .bashrc on creation, so we need to add a note to source .bashrc from the bottom of .bash_profile so that new tmux sessions spawned by lfadsqueue have the correct env set.

cpandar commented 7 years ago

I believe tmux sessions do source bashrc for the first session, but not on subsequent sessions. Meaning, if .bashrc changes while a tmux session is open, future sessions will not see the changes.