반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- IQN
- AI
- 용량
- ollama
- nginx-proxy
- path-style
- 패키지
- python pip
- reverse-proxy
- 퍼이썬
- HuggingFace
- modelfile
- pip3 upgrade
- python3
- 핍
- error
- daemon.json
- FileSystemError
- LLM
- Save
- 버전
- capacity
- 리눅스
- GGUF
- 파이썬
- Volumes
- virtual-hosted-style
- Linux
- docker
- Python
Archives
- Today
- Total
목록개발 (1)
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/
NOTES/PYTHON
2023. 9. 11. 14:37