Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Installing PyDev(PyDev will not appear, even after following the instructions on PyDev website)
Installing PyDev [message #1546974] Mon, 05 January 2015 06:42 Go to next message
Erwin Rossen is currently offline Erwin RossenFriend
Messages: 7
Registered: June 2012
Junior Member
I have installed Python 3.4, JDK 1.8 and Eclipse Mars on my Mac OS X Yosemite 10.10.1. I next installed PyDev through Eclipse -> Install New Software. I added the following lines to eclipse.ini:

-vm
/bin/java/Library/Java/JavaVirtualMachines/jdk1.8.0_25.jdk/Contents/Home


However, I still can't see any PyDev in Eclipse. Is it compatible with version 1.8, or should I downgrade my system to 1.7? Will this influence other applications?

In my Eclipse configuration, I find:

eclipse.vm=/Library/Java/JavaVirtualMachines/jdk1.8.0_25.jdk/Contents/Home/bin/../jre/lib/server/libjvm.dylib
...
-vm
/Library/Java/JavaVirtualMachines/jdk1.8.0_25.jdk/Contents/Home/bin/../jre/lib/server/libjvm.dylib
...
java.vm.specification.version=1.8


EDIT: When I click About Eclipse -> Installation Details -> Installed Software, PyDev is not in the list. Does this mean it is not installed properly? I did not get an error message during installation.

[Updated on: Mon, 05 January 2015 06:45]

Report message to a moderator

Re: Installing PyDev [message #1555823 is a reply to message #1546974] Sat, 10 January 2015 01:42 Go to previous messageGo to next message
Russell Bateman is currently offline Russell BatemanFriend
Messages: 3798
Registered: July 2009
Location: Provo, Utah, USA
Senior Member

On 01/04/2015 11:43 PM, Erwin Rossen wrote:
> I have installed Python 3.4, JDK 1.8 and Eclipse Mars on my Mac OS X
> Yosemite 10.10.1. I next installed PyDev through Eclipse -> Install New
> Software. I added the following lines to eclipse.ini:
>
> -vm
> /bin/java/Library/Java/JavaVirtualMachines/jdk1.8.0_25.jdk/Contents/Home
>
> However, I still can't see any PyDev in Eclipse. Is it compatible with
> version 1.8, or should I downgrade my system to 1.7? Will this influence
> other applications?
>
> In my Eclipse configuration, I find:
>
> eclipse.vm=/Library/Java/JavaVirtualMachines/jdk1.8.0_25.jdk/Contents/Home/bin/../jre/lib/server/libjvm.dylib
>
> ..
> -vm
> /Library/Java/JavaVirtualMachines/jdk1.8.0_25.jdk/Contents/Home/bin/../jre/lib/server/libjvm.dylib
>
> ..
> java.vm.specification.version=1.8

Sorry, Erwin,

I've been too busy for a week now to jump into this forum and your
question's gone unanswered apparently.

PyDev isn't supported by the Eclipse community proper, but rather by
stackoverflow.com. You get PyDev through the Eclipse Marketplace after
installing the Eclipse you want to use (I think you can install any of
the packages).

Here are some notes I've taken. I've recently begun to do some Python
development, though I'm a Java guy, and had to learn it.

http://www.javahotchocolate.com/notes/pydev.html
Re: Installing PyDev [message #1559782 is a reply to message #1555823] Mon, 12 January 2015 07:37 Go to previous message
Erwin Rossen is currently offline Erwin RossenFriend
Messages: 7
Registered: June 2012
Junior Member
Thanks for your answer. I got it to work now. The thing I did wrong was that I forgot to uncheck the option 'Contact all update sites during install to find required software'! Trying again with this checkbox unchecked resulted in an immediate working PyDev environment.
Previous Topic:Insufficient privileges to do Software update on windows 8
Next Topic:Help on posting
Goto Forum:
  


Current Time: Wed Apr 24 13:45:05 GMT 2024

Powered by FUDForum. Page generated in 0.08423 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top