From 9b364cb7b5463167f17c6c7c7a634c1e6835eac0 Mon Sep 17 00:00:00 2001 From: Alen Date: Sat, 23 Sep 2023 22:18:01 +0400 Subject: Add PIP_REQUIRE_VENV to never allow global pip actions --- dot_zshenv | 3 +++ 1 file changed, 3 insertions(+) (limited to 'dot_zshenv') diff --git a/dot_zshenv b/dot_zshenv index dff58be..8821f87 100644 --- a/dot_zshenv +++ b/dot_zshenv @@ -51,3 +51,6 @@ fi if [[ -d "${HOME}/.local/bin" ]]; then PATH="${HOME}/.local/bin:${PATH}" fi + +# Never allow global pip +export PIP_REQUIRE_VENV=1 -- cgit 1.4.1-2-gfad0