huiming
11/17/2022, 5:28 AMrequirements.txt
via git?)
2. Install Meltano using pipx
Ideally, we want to be able to replicate the same dev environment (e.g. same python & meltano version) across the team easily. Not sure which approach is more maintainable in long run?
Anyone can share your experiences on what would be the pros and cons of each approach, or perhaps can share your dev environment setup for us to reference? 🙂Sven Balnojan
11/17/2022, 9:56 AMStéphane Burwash
11/17/2022, 1:25 PMpat_nadolny
11/17/2022, 1:54 PMaaronsteers
11/17/2022, 4:52 PMpipx
. (Meltano itself will auto-created venvs for all packages it installs, but it's important to also keep Meltano in its own venv, separate from any other python libraries or tools you might choose to install.aaronsteers
11/17/2022, 4:53 PMhuiming
11/17/2022, 11:07 PMaaronsteers
11/18/2022, 1:26 AMaaronsteers
11/18/2022, 1:27 AMhuiming
11/18/2022, 3:50 AMSven Balnojan
11/18/2022, 8:48 AM