Skip to content

Commit

Permalink
add nodejs in path
Browse files Browse the repository at this point in the history
  • Loading branch information
akash0x53 committed Jun 21, 2020
1 parent e7d5251 commit e0473b0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,10 @@ export PATH=$PATH:$JAVA_HOME
# pyenv setup
export PYENV_ROOT="$HOME/.pyenv"
export PATH="$PYENV_ROOT/bin:$PATH"
eval "$(pyenv init -)"

#nodejs
export PATH="$PATH:/opt/node-v12.18.0-linux-x64/bin/"

export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8
Expand Down

0 comments on commit e0473b0

Please sign in to comment.