Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Always use virtualenv directly, not "pew new" #2518

Merged
merged 8 commits into from
Jul 5, 2018
Merged

Always use virtualenv directly, not "pew new" #2518

merged 8 commits into from
Jul 5, 2018

Conversation

uranusjr
Copy link
Member

@uranusjr uranusjr commented Jul 4, 2018

This removed Pew references in virtualenv creation.

This removed Pew references in virtualenv creation.
pipenv/core.py Outdated
project.virtualenv_location
or os.environ.get("VIRTUAL_ENV", "")
)
assert location and os.path.exists(location), "virtualenv not created"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should probably stop using asserts in our codebase as tests, since a lot of production machines disable the debug flag

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants