일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
31 |
- AI
- python3
- HuggingFace
- Save
- pip3 upgrade
- daemon.json
- nginx-proxy
- FileSystemError
- Linux
- reverse-proxy
- error
- ollama
- virtual-hosted-style
- 파이썬
- python pip
- docker
- LLM
- 핍
- 패키지
- GGUF
- capacity
- path-style
- modelfile
- 용량
- Python
- 버전
- 리눅스
- 퍼이썬
- IQN
- Volumes
- Today
- Total
목록패키지 (2)
chargingport

chargingport-tutoral 이란 가상환경 (venv) 생성 python3 -m venv chargingport-tutorial 가상환경 실행: (윈도우) tutorial-env\Scripts\activate.bat (MacOS / UNIX) source tutorial-env/bin/activate woo@LAPTOP-6V2PCO70:/tmp/chargingport$ source chargingport-tutorial/bin/activate (chargingport-tutorial) woo@LAPTOP-6V2PCO70:/tmp/chargingport$ 가상환경 종료: deactivate 가상환경 삭제: sudo rm -rf chargingport-tutorial/

pip 설치 pip install pip install pandas 특정 pip 버전 설치 pip install == pip install pandas==2.1.0 pip 제거 pip uninstall pip uninstall pandas Python Package 리스트 확인 pip list Python requirements.txt 생성 pip freeze > requirements.txt Package Version --------------- ------------ numpy 1.25.2 pandas 2.1.0 pip 22.2.2 python-dateutil 2.8.2 pytz 2023.3.post1 setuptools 63.2.0 six 1.16.0 tzdata 2023.3 Python requ..