Skip to content

Commit

Permalink
Merge pull request #3932 from gateway240/main
Browse files Browse the repository at this point in the history
Update setting PATH env for Linux build script
  • Loading branch information
nickbianco authored Oct 14, 2024
2 parents 33dbcd2 + cf7f293 commit 37e40e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/build/opensim-core-linux-build-script.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -212,5 +212,5 @@ ctest --parallel $NUM_JOBS --output-on-failure
echo "LOG: INSTALL OPENSIM-CORE..."
cd ~/opensim-workspace/opensim-core-build
cmake --install .
echo 'export PATH=~/opensim-core/bin:$PATH' >> ~/.bashrc
source ~/.bashrc

cd ~/opensim-core/bin && echo -e "yes" | ./opensim-install-command-line.sh

0 comments on commit 37e40e1

Please sign in to comment.