Update Aptana Studio 3 with latest PyDev

前端 未结 2 1185
梦谈多话
梦谈多话 2021-01-12 16:09

OS is Windoze Vista, 32 bit

Aptana Studio 3.4.2 installs PyDev 2.7.0.

How do I install PyDev 2.8.2?

I went to Help>Install New Software

相关标签:
2条回答
  • 2021-01-12 16:39

    There's an hack to do this: https://stackoverflow.com/a/25971061/398491

    Basically you can install a beta version of Aptana in order to uninstall PyDev and then install the latest PyDev through the update site.

    0 讨论(0)
  • 2021-01-12 16:41

    Aptana has it own pydev installed because of its internal dependencies, so it is not safe to update it and you have to wait Aptana team to release a new version of the software. If you want to be more flexible and update all the parts you need, just use plain Eclipse with all the plugins you need installed.(pydev, html, javascript, css and so on...)

    0 讨论(0)
提交回复
热议问题