Hi
Bypassing the help screen problem, going to the pydev manual and reading
between the lines, I have the following setup working.
OS Debian Linux
Desktop KDE
Eclipse version Neon
Tutorial How to tango with rango (python 2.7 and Django 1.7.11)
I created a virtual environment file in
/opt/pyth
OK
I ripped out everything and started over. Fabio, the manual you
suggested is a bit out of date. I used the Eclipse_lnstaller and
selected the php installation because it seemed to fit my needs best. I
then installed PyDev and TM Terminal from the Market Place. The method
suggested in the ma
PyDev is unaware of this and the PYTHONPATH/PATH are not properly set
according to your configurations, so, it's expected that this won't work.
Please go through the whole Getting Started manual (
http://www.pydev.org/manual_101_root.html) and follow the steps from
configuring the interpreter/pro
The terminal is a plugin called TM Terminal. I mimics a standard bash
terminal but works with the project files. Very handy.
This is the first time that I have tried to run a py file without using
the command line with python. I am not sure what you mean by using F9.
This does nothing on my sy
What do you mean by running python --version in the Eclipse Terminal? Which
terminal are you talking about?
If you just do a simple script with:
import sys
print(sys.version_info)
and run it by pressing 'F9' inside Eclipse/PyDev what do you get?
Cheers,
Fabio
On Mon, Jun 6, 2016 at 11:09 PM,
Hi all,
I am still fighting this problem.
I have installed Eclipse Neon because my version of Debian uses java 8.
I have then installed the PyDev plugin. I also installed a terminal
emulator plugin.
Selecting windows>Preferences>PyDev>Interpereters>Python Interpereters,
I used New to create
Hi Gary,
There are some ways you can setup things in your use case...
So, first, I'll explain a bit on the concepts related to then provide the
possible solutions:
Workspaces: Eclipse itself provides the concept of workspaces, so, each
workspace is completely independent from another (i.e.:
proj
Hi
I need assistance in setting up my development environment an have
gotten no response from the Eclipselink-users-request list. I hope that
someone on this list can be of assistance.
I am running Debian stretch OS (Ubuntu is Debian for all practical
purposes) with an Xwindows KDE desktop.