Skip to content

Commit

Permalink
Save LD_LIBRARY_PATH to .bashrc
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksis committed Nov 4, 2021
1 parent 4070652 commit 8e5bc9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ CPPFLAGS="-O2 -I$OPENSSL_DIR/include" CFLAGS="-I$OPENSSL_DIR/include" \
echo 'eval "$(pyenv init -)"' >> $HOME/.bashrc
# Work in venv
echo 'eval "$(pyenv virtualenv-init -)"' >> $HOME/.bashrc
echo "export LD_LIBRARY_PATH=$LD_LIBRARY_PATH" >> $HOME/.bashrc
. $HOME/.bashrc

# Reload the shell (NO in GitHub Actions)
Expand Down

0 comments on commit 8e5bc9f

Please sign in to comment.