LightWeight Python Envirotment with Visual Studio
Create a virtualenv with virtualenv and later activate it running the activate script.
Open the VSC and creaate a fill called .env with the variable PYTHONPATH pointing to the site-packages where the virualenv located all the libraries already download by PIP.
PYTHONPATH=C:\Users\jordi\jordi\workspaces\python\test\Lib\site-packages
Cap comentari:
Publica un comentari a l'entrada