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
- PER
- 유니티
- ubuntu
- node.js
- 함수
- swift
- MS-SQL
- port
- Linux
- IOS
- urllib
- pandas
- javascript
- 라즈베리파이
- 날짜
- flutter
- Unity
- 다이어트
- PyQt5
- Excel
- MySQL
- 리눅스
- 맛집
- PyQt
- tensorflow
- sqlite
- mssql
- GIT
- python
- ASP
Archives
아미(아름다운미소)
Python Anaconda 버전 바꾸기 본문
아나콘다에서 파이썬 버전 바꾸기
conda search python
conda create -n py35 python=3.5.0 anaconda
activate py35
deactivate py35
conda install python=3.5.0
'랭귀지 > python' 카테고리의 다른 글
python anaconda에서 가상환경만들고 삭제하기 (0) | 2018.09.19 |
---|---|
ImportError: No module named win32com.client (0) | 2018.09.18 |
python package에 대한 보다 자세한 정보 (0) | 2018.09.16 |
PYTHON PIP로 특정 버전 패키지 설치하는 법 (0) | 2018.09.15 |
python pandas_datareader.data as web cannot import name 'is_list_like' error (0) | 2018.09.14 |
Comments