Skip to content
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

Fix #4538 - Improve virtualenv path sanitazation to allow for activation #4540

Merged
merged 3 commits into from
Jan 20, 2021

Conversation

Honza-m
Copy link
Contributor

@Honza-m Honza-m commented Nov 20, 2020

The issue

Fixes #4538.

The fix

Followed the recommended solution which fixed the issue for when PIPENV_IN_VENV is False. Added further sanitation to pipenv/shells.py to fix the issue for when PIPENV_IN_VENV is True as well.

The checklist

  • Associated issue
  • A news fragment in the news/ directory to describe this fix with the extension .bugfix, .feature, .behavior, .doc. .vendor. or .trivial (this will appear in the release changelog). Use semantic line breaks and name the file after the issue number or the PR #.

@frostming frostming merged commit b81e99e into pypa:master Jan 20, 2021
@Honza-m Honza-m deleted the fix-4538 branch January 20, 2021 09:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ampersand (&) in folder name breaks pipenv shell
2 participants