https://linen.dev logo
a

Amit Ripshtos

08/12/2021, 11:24 AM
Hey Team! I wonder how easy is for you to use Pycharm with the mono-repo. I’m having hard time to control it since in case I work on multiple connectors I need to open each in a different window and such. Any better way to handle multiple interperters in Pycharm in the same window?
u

user

08/13/2021, 12:13 AM
@Amit Ripshtos does this link help? https://docs.airbyte.io/contributing-to-airbyte/monorepo-python-development you can skip gradle commands
u

user

08/13/2021, 12:14 AM
basically I create a pycharm "monorepo" and point to the relevant venv when working on a particular connector
u

user

08/13/2021, 9:06 PM
I already read it, but it’s not that simple in real life. You can not give names to the interperters so I need to recognize which interperter related to which connector, and I need to “set as source root” each connector folder and unset the others every time
u

user

08/13/2021, 9:06 PM
I wanted to know if anyone had a good idea how to make development more simple
u

user

08/15/2021, 10:52 AM
@s
u

user

08/16/2021, 12:02 AM
https://airbytehq.slack.com/archives/C019WEENQRM/p1628888763090600?thread_ts=1628767465.085700&cid=C019WEENQRM by interpreter do you mean the one inside the IDE itself? I don’t use the interpreter in the IDE, I usually use iterm2 (which I’ve configured to show my current working directory) for any command line operations
u

user

08/16/2021, 3:17 PM
👍