From d0ab1f7bfcdff7774c7965dd7cea446aa84d83e5 Mon Sep 17 00:00:00 2001 From: nin0 Date: Sun, 4 May 2025 18:17:32 -0400 Subject: [PATCH] better envrc practices --- .envrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.envrc b/.envrc index 8624131..9c8287d 100644 --- a/.envrc +++ b/.envrc @@ -1 +1,2 @@ -source .venv/bin/activate +export VIRTUAL_ENV=."venv" +layout python3 \ No newline at end of file