반응형
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 | 31 |
Tags
- pip3 upgrade
- Save
- 파이썬
- GGUF
- python3
- nginx-proxy
- 리눅스
- virtual-hosted-style
- capacity
- python pip
- Volumes
- 패키지
- HuggingFace
- 핍
- AI
- 용량
- modelfile
- daemon.json
- FileSystemError
- LLM
- path-style
- Linux
- 버전
- reverse-proxy
- 퍼이썬
- Python
- IQN
- ollama
- error
- docker
Archives
- Today
- Total
목록venv (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