We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Had a pyvenv.cfg containing:
pyvenv.cfg
home = C:\Users\username\AppData\Local\Programs\Python\Python35-32
And PTVS would not let me add it as a virtual environment. Added a backslash to the end of home and it worked.
home
The text was updated successfully, but these errors were encountered:
Fixes microsoft#1097 Cannot add existing virtualenv when home has no …
b8eec5a
…trailing backslash Ensures backslashes are trimmed from paths before comparing.
Merge pull request #1127 from zooba/issue-1097
c41fcbf
Fixes #1097 Cannot add existing virtualenv when home has no trailing backslash
1c02bb1
zooba
No branches or pull requests
Had a
pyvenv.cfg
containing:And PTVS would not let me add it as a virtual environment. Added a backslash to the end of
home
and it worked.The text was updated successfully, but these errors were encountered: