Python4 특정 폴더에 Python Package 설치하기 pip install --target ./package -r requirements.txt 2024. 10. 2. [#2] Venv를 이용한 가상환경 구성 1. CMD 창 혹은 VS Code의 터미널 실행 2. 아래와 같이 python -m venv 경로 ex) python -m venv c:\chatbot * https://docs.python.org/ko/3/library/venv.html venv — Creation of virtual environments Source code: Lib/venv/ The venv module supports creating lightweight “virtual environments”, each with their own independent set of Python packages installed in their site directories. A virtual en... docs.python.org 3. 가상환.. 2023. 12. 6. [Python] Pip 일괄 설치 / 일괄 삭제 [삭제] pip freeze > requirements.txt pip uninstall -r requirements.txt -y [추가] pip install -r requirements.txt 2023. 8. 17. [#1] PyCharm 설치 파이썬을 사용하기 위한 Tool 중 선택한 PyCharm 설치하기 1. https://www.jetbrains.com/pycharm/?fromMenu2. 상황에 맞게 옵션값 설정 후 설치 별다른 특이사항 없이 설치 가능. PS. 사전 작업으로 파이썬 설치와 환경 변수 설정 필요. (파이썬 설치시 옵션 값으로 설정 가능) 2018. 12. 11. 이전 1 다음