Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=6974765
By: wiggumx

Is there a way I can use the python interpreter location as part of the path
to the Main Module in a Pydev Launch?

It looks like there are a lot of variables that I can use such as: 
${workspace_loc}
but what I really need is the path to the interpreter. The use case for this
is that I'm trying to run a .py file that is in the PythonDir/Scripts folder.

I can set it up as an explicit link to C:\Python25\Scripts\my-script.py for
now, but I'd love to be able to do something like:

${python_loc}\Scripts\my-script.py

so that it works with any python interpreter location and on other platforms.

Or is there a better way to do what I'm trying to do?

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649

------------------------------------------------------------------------------
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to