<#20127 IDE setup docs gives an `.env` file that d...
# github-notifications
c
#20127 IDE setup docs gives an `.env` file that doesn't work Issue created by huonw Describe the bug Per pantsbuild/scie-pants#307, the script on https://www.pantsbuild.org/docs/setting-up-an-ide#first-party-sources results in a file with quote around the env var, but this (silently) doesn't work with scie-pants:
Copy code
PYTHONPATH="./path/to/root:$PYTHONPATH"
We could adjust the script to generate the same code without the quotes. pants/docs/markdown/Using Pants/setting-up-an-ide.md Lines 26 to 29 in </pantsbuild/pants/commit/0e3523df8c8826347895ade987b07c9abe9b20bb|0e3523d> Pants version 2.17, 2.18, main OS N/A Additional info This would also be resolved by adjusting scie-pants to handle parsing `"`'d env vars. pantsbuild/pants