pi-top / pi-top-4-.NET-SDK

pi-top [4] .NET Core SDK with .NET Interactive Extensions
MIT License
48 stars 6 forks source link

Running Jupyter setup after initial setup results in "dotnet: command not found" #17

Closed m-roberts closed 4 years ago

m-roberts commented 4 years ago

I ran setup-device-jupyter.sh immediately after a successful setup-device.sh, and got:

dotnet: command not found

I restarted and it worked, but maybe just a new/re-sourced terminal would have worked.

m-roberts commented 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.