Easy Creation of Python Virtual Environment in vscode (Windows)
Steps
- Ctrl + ` (Launch cmd)
python -m venv testenv
- Ctrl + Shift + p > Python: Select Interpreter > Choose a virtual environment
- folder에 찾아가서 activate, deactivate script를 수행할 수도 있음
python -m venv testenv