From 7abef2a1825f5c085ee82fca35ead4a7e88683c3 Mon Sep 17 00:00:00 2001 From: Hodei Goncalves Date: Mon, 6 Jul 2020 15:11:17 +0100 Subject: [PATCH] Changes to remove unneeded export PYTHONPATH, which was causing this issue: https://github.com/python-poetry/poetry/issues/2079 --- .bashrcd/bashrc_export | 2 -- 1 file changed, 2 deletions(-) diff --git a/.bashrcd/bashrc_export b/.bashrcd/bashrc_export index eee31e0..62705bf 100644 --- a/.bashrcd/bashrc_export +++ b/.bashrcd/bashrc_export @@ -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