-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
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
Virtualenv name not correctly shown on Fish #1587
Comments
Had the same issue today, you must edit the acitvate.fish file in your venv. Just put " instead of ' arround the $VIRTUAL_ENV in line 93. I send a pull request (#1594). |
Hello, a fix for this issue has been released via virtualenv 20.0.2; see https://pypi.org/project/virtualenv/20.0.3/ (https://virtualenv.pypa.io/en/latest/changelog.html#v20-0-3-2020-02-12) . Please give a try and report back if your issue has not been addressed; if not, please comment here, and we'll reopen the ticket. We want to apologize for the inconvenience this has caused you and say thanks for having patience while we resolve the unexpected bugs with this new major release. |
@gaborbernat Thank you! I love the new venv creation speed! ⚡️ However, this problem still appears on 20.0.3 (whose
Nuking (renaming) the |
@akx you must still have virtualenv 20.0.2; I've checked the version.py is correct. |
🤦♂ My bad, I didn't notice I ran the upgrade within a venv. That's what 10 hours at the office'll do to one... Works as intended on 20.0.3! Thank you and sorry for the confusion.
|
Activating a virtualenv on Fish only shows
$VIRTUAL_ENV
, not the venv's actual name. This wasn't an issue on Virtualenv 16.7.9.Minimal reproducible example
OS and
pip list
outputThe text was updated successfully, but these errors were encountered: