conda를 사용하여 현재 활성 환경에 'rope'패키지를 설치하고 싶습니다. 현재 다음과 같은 '로프'버전을 사용할 수 있습니다.
(data_downloader)user@user-ThinkPad ~/code/data_downloader $ conda search rope
Using Anaconda Cloud api site https://api.anaconda.org
Fetching package metadata: ....
cached-property 1.2.0 py27_0 defaults
1.2.0 py34_0 defaults
1.2.0 py35_0 defaults
1.3.0 py27_0 defaults
1.3.0 py34_0 defaults
1.3.0 py35_0 defaults
rope 0.9.4 py26_0 defaults
0.9.4 py27_0 defaults
0.9.4 py33_0 defaults
0.9.4 py34_0 defaults
0.9.4 py26_1 defaults
0.9.4 py27_1 defaults
0.9.4 py33_1 defaults
0.9.4 py34_1 defaults
. 0.9.4 py35_1 defaults
다음 중 하나를 설치하고 싶습니다.
1.3.0 py35_0 defaults
나는 모든 종류의 'conda install'순열을 시도했는데, 그것들 중 어느 것도 정확하지 않기 때문에 여기에 나열하지 않을 것입니다.
또한 py35_0 이 무엇인지 확실하지 않습니다 (패키지가 빌드 된 파이썬 버전이라고 가정하고 있습니까?). 또한 '기본값'이 무엇을 의미하는지 모르겠습니다.
conda install package=version
? 예conda install matplotlib=1.4.3