Notice
Recent Posts
Recent Comments
Link
250x250
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- processstart
- 파이썬 #업무자동화 #python
- computervision
- ironpython
- objectdetection
- 업무자동화
- 사무자동화 #Selenium
- pdf merge
- pypdf2
- YOLOv7
- yolo
- pythonnet
- Google API
- DeepLearning
- YOLOv5
- google cloud
- Text-to-Speech
- Text To Speech
- 사무자동화
- pyautogui
Archives
- Today
- Total
Doarchive
virtualenv 사용법 본문
1. 설치
$ pip install virtualenv
2. 가상 환경 구축
$ mkdir [가상환경을 만들폴더]
$ cd [가상환경을 만들폴더]
$ virtualenv [가상환경명]
-> 가상환경 내에 개발 환경 구축
3. 가상환경 활성화
$ source 가상환경명/bin/activate
4. 가상환경 비활성화
$ deactivate
728x90
'Computer Vision > Deep learning' 카테고리의 다른 글
UnicodeDecodeError: 'utf-8' codec can't decode byte 0x99 in position 7884: invalid start byte 해결 방법 (0) | 2023.03.28 |
---|---|
Keras Mnist dataset 을 로드 할 수 없을 때 (Mac) (0) | 2021.04.09 |
[Colab] 기본세팅 (1) | 2021.01.27 |
[Conda] anaconda 가 설치되어있음에도 command not found: conda 가 뜨는 경우 (0) | 2021.01.27 |
[YOLO] Darkflow 사용해보기 (0) | 2021.01.21 |