mirror of
https://github.com/powerline/powerline.git
synced 2025-07-26 15:25:06 +02:00
Do not modify $PATH and $LD_LIBRARY_PATH unless on travis
This commit is contained in:
parent
e7c381a63f
commit
fb0fba6c6d
@ -8,6 +8,7 @@ export USER HOME
|
||||
|
||||
FAILED=0
|
||||
|
||||
if test "$TRAVIS" = true ; then
|
||||
export PATH="/opt/fish/bin:${PATH}"
|
||||
|
||||
if test "$PYTHON_IMPLEMENTATION" = "CPython" ; then
|
||||
@ -21,6 +22,7 @@ if test -n "$USE_UCS2_PYTHON" ; then
|
||||
workon cpython-ucs2-$UCS2_PYTHON_VARIANT
|
||||
set -e
|
||||
fi
|
||||
fi
|
||||
|
||||
export PYTHON="${PYTHON:=python}"
|
||||
export PYTHONPATH="${PYTHONPATH}${PYTHONPATH:+:}`realpath .`"
|
||||
|
Loading…
x
Reference in New Issue
Block a user