From af1b4127be808a96b29fd18203f1457de6d7f3d4 Mon Sep 17 00:00:00 2001 From: Dani Hodovic Date: Thu, 13 Feb 2025 16:24:35 -0300 Subject: [PATCH] test: use direnv to manage the python environment (#135) --- .envrc | 2 ++ .gitignore | 1 + 2 files changed, 3 insertions(+) create mode 100644 .envrc diff --git a/.envrc b/.envrc new file mode 100644 index 0000000..fef4b50 --- /dev/null +++ b/.envrc @@ -0,0 +1,2 @@ +layout pyenv $(cat .python-version) +layout python diff --git a/.gitignore b/.gitignore index 199290d..411c17d 100644 --- a/.gitignore +++ b/.gitignore @@ -113,3 +113,4 @@ tests/media allauth_ui/static/allauth_ui/output.css node_modules +.direnv