Skip to content

Commit

Permalink
Added a hint on removing esbonio from virtual environment.
Browse files Browse the repository at this point in the history
  • Loading branch information
lextm committed Sep 23, 2024
1 parent 31ff807 commit be3aa21
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions _posts/2024/2024-9-22-esbonio-vs-code-reviewers-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit be3aa21

Please sign in to comment.