Skip to content

Commit

Permalink
update through script - 2024-10-28 14:52:51
Browse files Browse the repository at this point in the history
  • Loading branch information
oasido committed Oct 28, 2024
1 parent 5e9794b commit ea76b9e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@ export PATH="/usr/local/TensorRT-8.6.1.6/python/venv/lib/python3.11/site-package
export LD_LIBRARY_PATH="/usr/local/cuda-11.8/lib64:$LD_LIBRARY_PATH"
export LD_LIBRARY_PATH="/usr/local/TensorRT-8.6.1.6/lib:$LD_LIBRARY_PATH"

# JAVA
export JAVA_HOME="/usr/lib64/jvm/java-23-openjdk"

# ~~~~~~~~~~~~~~~ NVM and Bash Completion ~~~~~~~~~~~~~~~~~~~~~~~~
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
Expand Down

0 comments on commit ea76b9e

Please sign in to comment.