Reputation: 2373
I'm running a standalone ZIP of NetBeans 7.3.1 and I am wondering if it is to get Python support going with this. I know there is a standalone download for Python support, but I was hoping I could get it going in my install. Is this possible?
Upvotes: 5
Views: 12353
Reputation: 520
Check this out: https://blogs.oracle.com/geertjan/entry/python_in_netbeans_ide_7
It provides decent plugins that allow for some python and jython dev functionality.
Edit:
In case you don't know how to add the plugin source in Netbeans you need to navigate to:
Tools > Plugins > Settings > click the "Add" button and add
as the URL. The python plugins will then be visible under "Available Plugins".
Upvotes: 12