Matt Robenolt 5 лет назад
Родитель
Сommit
9723668d6f
1 измененных файлов с 3 добавлено и 0 удалено
  1. 3 0
      .envrc

+ 3 - 0
.envrc

@@ -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