atom-python-virtualenv
atom-python-virtualenv copied to clipboard
Suggestion: Change default value for WORKON_HOME setting
Virtualenvs are not found on Windows using $HOME
I am using atom 1.23.3 on Windows 10 with Python3.6 and the package can't find my virtualenvs in $HOME/.venv.
Also tried using backslashes and trailing slashes to .venv/.
However, if I manually point to my User Directory (C:\Users... yada yada) it works.