opensim-org / opensim-core

SimTK OpenSim C++ libraries and command-line applications, and Java/Python wrapping.
https://opensim.stanford.edu
Apache License 2.0
800 stars 323 forks source link

Update setting PATH env for Linux build script #3932

Closed alexbeattie42 closed 1 month ago

alexbeattie42 commented 1 month ago

Fixes issue #3928

Brief summary of changes

Check which shell the user is using and attempt to update path if the shell is bash.

Testing I've completed

Ran the build script multiple times to ensure that .bashrc is updated if variable exists and created if it doesn't.

Looking for feedback on...

CHANGELOG.md (choose one)


This change is Reviewable

nickbianco commented 1 month ago

@alexbeattie42 sorry for the delay! Giving this a test locally now.