From 996cc20cd7c13196a5bcd43e3cdee88535bb1143 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Sun, 16 Apr 2023 19:17:55 -0700 Subject: [PATCH] remove unused envrc (#9677) --- .envrc | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 .envrc diff --git a/.envrc b/.envrc deleted file mode 100644 index 43c3170d6..000000000 --- a/.envrc +++ /dev/null @@ -1,12 +0,0 @@ -# This file is just a nicety for developers who use direnv. When you cd under -# the Certbot repo, Certbot's virtual environment will be automatically -# activated and then deactivated when you cd elsewhere. Developers have to have -# direnv set up and run `direnv allow` to allow this file to execute on their -# system. You can find more information at https://direnv.net/. -. venv/bin/activate -# direnv doesn't support modifying PS1 so we unset it to squelch the error -# it'll otherwise print about this being done in the activate script. See -# https://github.com/direnv/direnv/wiki/PS1. If you would like your shell -# prompt to change like it normally does, see -# https://github.com/direnv/direnv/wiki/Python#restoring-the-ps1. -unset PS1