Skip to content

Commit

Permalink
remove anaconda2 + intelpython from .bashrc
Browse files Browse the repository at this point in the history
  • Loading branch information
fabuzaid21 committed May 1, 2021
1 parent dec90db commit 2230378
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,10 @@ export PS1='\u@\h \[\033[1;33m\]\w\[\033[0m\]$(parse_git_branch)$ '

source ~/.git-completion.bash

export PATH=$HOME/packages/bin:$HOME/anaconda2/bin:$PATH
#source activate intelpython
export PATH=$HOME/packages/bin:$PATH

export C_INCLUDE_PATH=$HOME/packages/include:$C_INCLUDE_PATH
export PKG_CONFIG_PATH=$HOME/packages/lib/pkgconfig/:$PKG_CONFIG_PATH
export PKG_CONFIG_PATH=$HOME/packages/lib/pkgconfig:$PKG_CONFIG_PATH
export LD_LIBRARY_PATH=$HOME/packages/lib:$LD_LIBRARY_PATH
export CCACHE_DIR=$HOME/.ccache

0 comments on commit 2230378

Please sign in to comment.