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
- conda
- arXiver
- Windows
- Visual Studio
- gfortran
- datascience
- cygwin
- mpi4py
- virtual
- portforwarding
- polyglot
- vi
- vim
- Anaconda
- jupyter
- tab space
- openmp
- python
- HFS+
- hyperref
- LaTeX
- cython
- c++
- h5py
- SSH
- intel compiler
- HDF5
- MAC
- GSL
- Matplotlib
Archives
- Today
- Total
Astro Coke
[Conda] Install packages through anaconda 본문
Anaconda를통해 python package를설치할때
> conda install <package name>
에서 찾을 패키지를 찾을 수 없다면,
> anaconda search -t conda <package name>
을 통해 추가 정보를 찾을 수 있다.
이때 Name 에
eg)
conda-forge/pyhdf | ... | .... |....
와 같은 정보가 있다면
> conda install -c conda-forge pyhdf
(pyhdf --> example of package name)
과 같이 채널을 설정해서 설치 할 수 있다.
위의 채널 정보는 Anaconda 패키지 사이트에서도 검색할 수 있다.
https://anaconda.org/anaconda/repo
설치된 패키지를 확인하려면
> conda list
Anaconda 에서 찾을 수 없다면, 다음 시도는 Pipy를 이용할 수 있다.
> pip install <package name>
'Computer Setup' 카테고리의 다른 글
| [Jekyll] nstall nokogiri problem: resolution with MacPorts (0) | 2019.08.02 |
|---|---|
| [Git] Merge Conflicts (0) | 2019.07.17 |
| [Vi] change the file type between dos and unix (0) | 2019.05.10 |
| [Conda] Remove the environment title in the prompt (0) | 2019.05.05 |
| [Cygwin] Installing CYGWIN + SSHD for remote access through SSH on windows (0) | 2019.05.04 |