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