From a0cc289d156506b031762b2de7aec1046d6027e3 Mon Sep 17 00:00:00 2001 From: Ivan Pozdeev Date: Wed, 27 Oct 2021 00:26:19 +0300 Subject: [PATCH] Added a wiki page on how to setup shell as a login shell in MacOS --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 06a978b4..2349d6bb 100644 --- a/README.md +++ b/README.md @@ -248,7 +248,7 @@ easy to fork and contribute any changes back upstream. section below to figure out what you need to do in your specific case. **General MacOS note:** - Make sure that your terminal app is configured to run the shell as a login shell + [Make sure that your terminal app is configured to run the shell as a login shell](https://github.com/pyenv/pyenv/wiki/MacOS-login-shell) (especially if you're using an alternative terminal app and/or shell). The configuration samples for MacOS are written under this assumption and won't work otherwise.