VsCode install
extension
Python, Python for VSCode, Python Extension Pack
File - Open Folder : python workspace
View - Command Palette - Select Interpreter - Python Version Select
Venv - python -m venv directory path
1. cd Scripts ( window )
2. .\activate
3. deactivate
View - Command Palette - Select Interpreter - Python Venv Version Select
Version - python -V
FullyQualifiedErrorId : UnauthorizedAccess
ExecutionPolicy - Set-ExecutionPolicy Unrestricted
Restricted -> Unrestricted
728x90
반응형
'VSCode' 카테고리의 다른 글
[VSCode] VSCode에서 Jupyter Notebook 사용! (0) | 2021.01.09 |
---|---|
[VSCode] Python Pylance 자동완성 (0) | 2021.01.09 |
[VSCode] Python pylint (0) | 2020.12.08 |
[VSCode] Python 모듈 자동완성 (IntelliSense) (0) | 2020.12.08 |
[VSCode] python Interpreter 선택 (0) | 2020.12.07 |