|
@@ -61,6 +61,9 @@ It's recommended to use pyenv - please refer to https://docs.sentry.io/developme
|
|
|
# don't write *.pyc files; using stale python code occasionally causes subtle problems
|
|
|
export PYTHONDONTWRITEBYTECODE=1
|
|
|
|
|
|
+# make sure we don't have any conflicting PYTHONPATH
|
|
|
+unset PYTHONPATH
|
|
|
+
|
|
|
# don't check pypi for a potential new pip version; low-hanging fruit to save a bit of time
|
|
|
export PIP_DISABLE_PIP_VERSION_CHECK=on
|
|
|
|