728x90

Python/가상환경 4

설치된 다른 버전으로 파이썬 가상환경 생성하기

파이썬에서는 프로젝트를 생성할 때마다 요구하는 패키지의 종속성 유지 및 실행환경의 보장을 위해 가상환경을 만들 것을 권장하고 있습니다.이 게시글에서는 컴퓨터에 설치된 다른 Python 버전으로 가상환경을 생성하는 방법을 알아보겠습니다. 필요한 것더보기2024.12.18 - [Python/설치] - 파이썬(python) 설치하기 ( + 3.8~3.12 링크) 파이썬(python) 설치하기 ( + 3.8~3.12 링크)파이썬 다운로드 Download Python | Python.org  Download PythonThe official home of the Python Programming Languagewww.python.org3.8~3.12각 버전 별 다운로드 페이지(가장 마지막 배포 버전 기준) 3.8..

Python/가상환경 2025.01.09

이 시스템에서 스크립트를 실행할 수 없으므로...

이 시스템에서 스크립트를 실행할 수 없으므로 ...ps1 파일을 로드할 수 없습니다. Python 가상환경 오류 - 실행 정책 편집 2024.12.18 - [프로그램 설치] - 파이썬(python) 설치하기 파이썬(python) 설치하기파이썬 다운로드 Download Python | Python.org  Download PythonThe official home of the Python Programming Languagewww.python.org3.8~3.12각 버전 별 다운로드 페이지(가장 마지막 배포 버전 기준) 3.8(지원 종료됨) Python Releasvioletookamiscythe.tistory.com2024.12.19 - [프로그램 설치] - Visual Studio Code (vscod..

Python/가상환경 2024.12.23

Python 가상환경(venv) 생성 및 실행 - VSCode

2024.12.18 - [프로그램 설치] - 파이썬(python) 설치하기 파이썬(python) 설치하기파이썬 다운로드 Download Python | Python.org  Download PythonThe official home of the Python Programming Languagewww.python.org3.8~3.12각 버전 별 다운로드 페이지(가장 마지막 배포 버전 기준) 3.8(지원 종료됨) Python Releasvioletookamiscythe.tistory.com 2024.12.19 - [프로그램 설치] - Visual Studio Code (vscode) 설치 Visual Studio Code (vscode) 설치Visual Studio Code - Code Editing. Re..

Python/가상환경 2024.12.22

Python 가상환경(venv) 생성 및 실행 - cmd

2024.12.18 - [프로그램 설치] - 파이썬(python) 설치하기 파이썬(python) 설치하기파이썬 다운로드 Download Python | Python.org  Download PythonThe official home of the Python Programming Languagewww.python.org3.8~3.12각 버전 별 다운로드 페이지(가장 마지막 배포 버전 기준) 3.8(지원 종료됨) Python Releasvioletookamiscythe.tistory.com파이썬이 설치된 환경에서 진행합니다.  요약더보기1. 가상환경을 생성할 폴더로 이동 2. 주소표시줄에 cmd 입력 후 엔터 3. 명령 프롬프트 창(cmd)에 다음과 같이 입력하여 가상환경을 생성python -m venv 가..

Python/가상환경 2024.12.21
728x90