Skip to content

Commit

Permalink
Changes to remove unneeded export PYTHONPATH, which was causing this
Browse files Browse the repository at this point in the history
  • Loading branch information
HodeiG committed Jul 6, 2020
1 parent 052b25c commit 7abef2a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .bashrcd/bashrc_export
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# Used "$HOME" instead of "~" because python doesn't use very well enviroment
# variables with "~" character.
export PATH="$HOME/.local/bin:/usr/sbin:/sbin:$PATH"
export EDITOR=vim # svn uses this when doing new files/dirs commit
export PYTHONPATH=$HOME/.local/lib/python/site-packages:$HOME/local/lib/python2.7/site-packages:$PYTHONPATH
export LD_LIBRARY_PATH=$HOME/.local/lib/:$LD_LIBRARY_PATH
export PKG_CONFIG_PATH=$HOME/.local/lib/pkgconfig/:$PKG_CONFIG_PATH
export PYTHONSTARTUP=~/.pythonstartup
Expand Down

0 comments on commit 7abef2a

Please sign in to comment.