Closed m-roberts closed 4 years ago
I think that this is leftover from when they were 1 script. Because we export
the PATH
variable in the first script, its scope is limited by the script itself, and does not make it to the current session.
We could re-source ~/.bashrc
, or add a note about this.
I ran
setup-device-jupyter.sh
immediately after a successfulsetup-device.sh
, and got:I restarted and it worked, but maybe just a new/re-sourced terminal would have worked.