Skip to content

Commit

Permalink
adds rust cargo bin to path
Browse files Browse the repository at this point in the history
  • Loading branch information
arron-green committed May 18, 2022
1 parent 928c803 commit 4fb78d0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions profile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -469,6 +469,11 @@ export CPPFLAGS="-I${BREW_PREFIX}/opt/zlib/include -I${BREW_PREFIX}/opt/sqlite/i
export OPENSSL_INCLUDE_DIR="$OPENSSL_HOME/include"
export DEP_OPENSSL_INCLUDE="$OPENSSL_HOME/include"

# RUST SPECIFIC
if [[ -d ${HOME}/.cargo/bin ]]; then
export PATH="${HOME}/.cargo/bin:$PATH"
fi

# ZEPPELIN SPECIFIC
if [[ -d $HOME/.zeppelin-conf ]]; then
export ZEPPELIN_CONF_DIR="$HOME/.zeppelin-conf"
Expand Down

0 comments on commit 4fb78d0

Please sign in to comment.