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
- pyaudio
- R
- python
- 파이썬3
- PyMOL
- in planta
- 소리분석
- 생물정보학
- python2
- portaudio
- perl
- 단백질
- imgaemagick
- 파이몰
- 분비단백질
- 리간드
- 프로그램
- ab initio
- python3
- librosa
- overflowed
- protein
- dtw
- purification
- bioinformatics
- 파이썬
- 3차원구조
- venn
- transmembrane
- RMSD
Archives
- Today
- Total
목록Anaconda (1)
박사면뭐해
아나콘다(Anaconda) Python2 와 Python3 환경 변경하기
1. py2라는 이름의 Python2 환경 생성하고 Python 2.7 설치하기 conda create --name py2 python=2.7 2. py3이라는 Python3 환경 생성하고 Python 3.5 설치하기 conda create --name py3 python=3.5 ※ py2, py3 두 개의 환경이 만들어짐 3. 리눅스, macOS에서 Python2 환경 실행하기 / Python3도 마찬가지 conda activate py2 4. 리눅스, macOS에서 Python2 환경 종료하기 / Python3도 마찬가지 conda deactivate 출처: docs.anaconda.com/anaconda/user-guide/tasks/switch-environment/
카테고리 없음
2021. 4. 20. 13:34