pyvenv icon indicating copy to clipboard operation
pyvenv copied to clipboard

Use expand-file-name for environment variable WORKON_HOME in pyvenv-workon-home

Open john-phillips-arista opened this issue 1 year ago • 0 comments

I think it's reasonable to expect to be able to set WORKON_HOME to something like ~/.virtualenvs or whatever, but since my env var was set, pyvenv-create originally would create a directory called $(pwd)/~/.virtualenvs, which seems wrong.

john-phillips-arista avatar Mar 12 '23 00:03 john-phillips-arista