У меня есть
Код: Выделить всё
pythonКод: Выделить всё
virtualenvКод: Выделить всё
requirements.txtThis has been done manually through
Код: Выделить всё
python -m venv /path/to/new/virtual/environment
Код: Выделить всё
pip install -r requirements.txt
Is there something additional that needs to be configured on VSCode level to make this work?

Источник: https://stackoverflow.com/questions/781 ... pendencies