본문 바로가기

프로그래밍 (이동 완료)/개발 환경 설정

vscode python venv

Creating environments
Using the Create Environment command
From within VS Code, you can create local environments, using virtual environments or Anaconda, by opening the Command Palette (Ctrl+Shift+P), start typing the Python: Create Environment command to search, and then select the command.

The command presents a list of environment types: Venv or Conda.



If you are creating an environment using Venv, the command presents a list of interpreters that can be used as a base for the new virtual environment.

'프로그래밍 (이동 완료) > 개발 환경 설정' 카테고리의 다른 글

vscode  (0) 2023.05.28
sudo, apt 무엇을 의미하는 것일까?  (0) 2023.04.15
리눅스 Path 우선 순위  (0) 2023.03.26