From be3aa21712cc39fe4358fad91dfd7bd78c5c3c96 Mon Sep 17 00:00:00 2001 From: Lex Li Date: Sun, 22 Sep 2024 20:29:06 -0400 Subject: [PATCH] Added a hint on removing esbonio from virtual environment. --- _posts/2024/2024-9-22-esbonio-vs-code-reviewers-guide.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_posts/2024/2024-9-22-esbonio-vs-code-reviewers-guide.md b/_posts/2024/2024-9-22-esbonio-vs-code-reviewers-guide.md index 8100a4ddaed..84b29318048 100644 --- a/_posts/2024/2024-9-22-esbonio-vs-code-reviewers-guide.md +++ b/_posts/2024/2024-9-22-esbonio-vs-code-reviewers-guide.md @@ -51,6 +51,8 @@ pipenv --venv > > Also note that you must use Python 3.9+ as older Python releases are no longer supported. > +> Also note that esbonio isn't used as a dependency in this virtual environment because the extension itself bundles a version of esbonio already. So, if you used to install esbonio with your virtual environment, delete it there to avoid conflicts. +> > If you never know pyenv or pipenv, you might need to learn about them first. If you prefer other tools, you can use them too but the steps might vary. In VS Code, open `conf.py` and select this pipenv environment (mine is `/Users/lextm/.local/share/virtualenvs/demo-2cFbohxa`) so that it applies to Microsoft Python extension as well as others.