Using two python environments in vscode

0

Is it possible to have two python environments simultaneously "activated" within vscode? One environment would be the project's env (say, in a local folder venv), and the other environment being the global environment that has the linters and general formatting packages.

Daniel Duque

Posted 2019-07-10T02:14:30.523

Reputation: 101

Answers

0

Not sure, why not just have the projects env linked to global, so global doesn't have dupes and it automatically updates the global list.

A symbolic link or a hard link should work.

dmratcliffe

Posted 2019-07-10T02:14:30.523

Reputation: 11