Revision history [back]
pipenv with .env file?
I use pipenv with PIPENV_VENV_IN_PROJECT = 1, so my "activate" file lives at /home/chris/myproj/.venv/bin/activate
So I configure my project to use an activated environment, put in the path above, and things (mostly) work.
I just can't figure out how to get Wing to "source" the ".env" file to set up all my variables.
Anyone have a clue for the clueless?