[Pydev-users] [pydev - Users] shared run configurations: python interpreter
Brought to you by:
fabioz
From: SourceForge.net <no...@so...> - 2006-09-18 19:18:49
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3919313 By: jcasbon Hi, When using a shared run configuration, it is nice not to have to specify the absolute path to the interpreter. With eclipse 3.1/pydev 1.1 it was possible to set the interpreter to: ${system_path:python} this would then be picked up if you had configured this interpreter. With eclipse 3.2/pydev 1.2, however, this behaviour is no longer possible and using this configuration gives an error dialog with: "The interpreter ${system_path:python} is not a correctly configured as a 'python' interpreter. etc". The generated command line is correct, however. Is it possible to support this usage some way? A shared run configuration should be as generic as possible and not all developers store python in the same place. Perhaps their should be a default interpreter choice? thanks, James ______________________________________________________________________ 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 |