Skip to content

Commit

Permalink
Update setup_ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
MAminSFV committed Sep 9, 2024
1 parent d4dff79 commit 365e182
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/setup_ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@ apt-get install --no-install-recommends -y drake-dev

export PATH="/opt/drake/bin${PATH:+:${PATH}}"
export PYTHONPATH="/opt/drake/lib/python$(python3 -c 'import sys; print("{0}.{1}".format(*sys.version_info))')/site-packages${PYTHONPATH:+:${PYTHONPATH}}"
export LD_LIBRARY_PATH="/opt/drake/lib${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}"

locale-gen en_US.UTF-8

0 comments on commit 365e182

Please sign in to comment.