ฉันต้องการติดตั้งแพ็คเกจ 'เชือก' ในสภาพแวดล้อมที่ใช้งานอยู่ในปัจจุบันโดยใช้ conda ปัจจุบัน 'เชือก' เวอร์ชันต่อไปนี้มีให้บริการ:
(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คืออะไร (ฉันสมมติว่านี่เป็นเวอร์ชันของ python ที่สร้างแพ็คเกจขึ้นมา?) และฉันก็ไม่รู้ว่า 'ค่าเริ่มต้น' หมายถึงอะไร?
conda install package=version
ไหม เช่นconda install matplotlib=1.4.3