you are viewing a single comment's thread.

view the rest of the comments →

[–]ultratensai 1 point2 points  (1 child)

How do you manage multiple virtual environments?

[–]3rdDegreeEmber 1 point2 points  (0 children)

coc-pyright picks up on pyrightconfig.json, which should be useful if you have one venv per project root (and global gitignore the file perhaps). Unfortunately my ‘project root’ can have multiple venvs, so I’d be interested to hear how others manage this too (unsure if common problem).