myeclipse的插件安裝和PYTHON配置

1. 如FAT.JAR插件,可以直接拷貝到D:'Program files\Genuitec\MyEclipse 8.5\dropins下,重啓即可

2.如pydev插件,可

    1、下載pydev插件

    2、在D:\Program Files\Genuitec\MyEclipse 8.6下建立myPlugin文件夾,在其中建立pydev文件夾
  3、將zip解壓出來的東西放到pydev文件夾中,不要*.xml文件
    4、在D:\Program Files\Genuitec\MyEclipse 8.6\dropins下建立pydev.link文件,內容是path=D:\\Program Files\\Genuitec\\MyEclipse 8.6\\myPlugin\\pydev
    5、刪除D:\Program Files\Genuitec\MyEclipse 8.6\configuration\org.eclipse.update文件夾
    6、重啓myeclipse

可在windows-preferences中看到,並在PyDev-Editor-Interprete下自動配置

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章