I wonder how I should deal the venv in ST4? I’ve went a couple of tutorials but they often mention plugins that do not work in ST4 or weren’t updated in a while (which rarely is a good sign).
On top of that they do not take LSP into account which seems to be preferred way of dealing linting / code checking etc in ST (for Python I use lsp-pyright atm).
What is current (2022) way to deal with venv in ST4?
pshem
#1
0 Likes
rwols
#2
With respect to pyright, the readme explains how to deal with virtual environments: https://packagecontrol.io/packages/LSP-pyright
0 Likes
pshem
#3
@rwols : thank, you - I see I should have been a tad more clear . I’m thinking about more “complete” solution - creating virtual environments, using them with the build system and so on.
I didn’t mean just using a previously created one - I thought about the whole pipeline.
For me, as a newb it’s a challenge - with ST it’s a bit more involved than in other apps. I got a basic setup (without venv) working (lsp, build system with terminus) which works pretty great, but I’d like to take it step further.
0 Likes