"We strongly recommend installing Dagster inside a...
# dagster-feedback
a
"We strongly recommend installing Dagster inside a Python virtualenv. If you are running Anaconda, you should install Dagster inside a Conda environment." Do you guys have a recommended virtual environment tool? I'm setting up my python pipeline, and the options are overwhelming. Pipenv, pyenv, virtualenv?
y
Hi Andy, the step 2 here: https://docs.dagster.io/community/contributing#environment-setup is our internal workflow and recommended set up for external contributions too.
p
I did a lot of testing with this as well, being kinda new to python but quite a bit of experience in other lang ecosystems. Asdf + poetry seems to work pretty well for me so far, with both vscode and pycharm
a
i ended up going with pyenv and venv, and it seems so far so good
👍 1
g
conda using mamba works quite well in my experience