Project File Generation and Run Configurations
Hi,
We build a product mainly for Python developers and would like to support PyCharm out of the box. (Thanks to the free 3.0 community edition.) We'd like to generate (or ship as-is) a project file that just works.
The only issue we're run into is run configurations. How can we know what Python's the user has installed? Is it possible for us to register our shipped virtualenv'd Python within PyCharm and use that?
Thanks!
Alex Champandard
We build a product mainly for Python developers and would like to support PyCharm out of the box. (Thanks to the free 3.0 community edition.) We'd like to generate (or ship as-is) a project file that just works.
The only issue we're run into is run configurations. How can we know what Python's the user has installed? Is it possible for us to register our shipped virtualenv'd Python within PyCharm and use that?
Thanks!
Alex Champandard
Please sign in to leave a comment.
Is there a way to get the interpreters externally? For example as an entry in an XML or CFG file, a registry key, or other local database that PyCharm uses for configuration?
It'll be much easier not to rely on the users installing a plugin or doing manual configuration...
Alex