TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Virtualenv 20.0.0 Released

26 pointsby jorshmanover 5 years ago

7 comments

Nicksilover 5 years ago
Post&#x27;s link seems to 404. This may be the correct URL: <a href="https:&#x2F;&#x2F;virtualenv.pypa.io&#x2F;en&#x2F;stable&#x2F;changelog.html" rel="nofollow">https:&#x2F;&#x2F;virtualenv.pypa.io&#x2F;en&#x2F;stable&#x2F;changelog.html</a>
ktm5jover 5 years ago
Link is broken. Looks like it should be: <a href="https:&#x2F;&#x2F;virtualenv.pypa.io&#x2F;en&#x2F;latest&#x2F;changelog.html" rel="nofollow">https:&#x2F;&#x2F;virtualenv.pypa.io&#x2F;en&#x2F;latest&#x2F;changelog.html</a><p>instead of:<p><a href="https:&#x2F;&#x2F;virtualenv.pypa.io&#x2F;en&#x2F;latest&#x2F;changelog&#x2F;" rel="nofollow">https:&#x2F;&#x2F;virtualenv.pypa.io&#x2F;en&#x2F;latest&#x2F;changelog&#x2F;</a>
takedaover 5 years ago
Any benefits of using this project, virtualenv is now built in in Python 3, and it never was missing anything when I was using it.
评论 #22292665 未加载
bsagdiyevover 5 years ago
This explains why chef started yelling at work 4am PST. Upgrading virtualenv via <i>pip install --upgrade virtualenv</i> would fail. This sort of broken upgrade also happened with pip itself recently and required a manual fix, package maintainers refused to revert the release.
maccam94over 5 years ago
This isn&#x27;t the most readable changelog, the main takeaway is at the bottom: The package has been completely rewritten.
评论 #22292342 未加载
ZeroCool2uover 5 years ago
This release is exciting, but taking a step back, it&#x27;s still really disappointing how minimal and rough around the edges venv is considering how important the library ecosystem has been to Python&#x27;s continued success. I really wish we had a packaging&#x2F;environment tool the same quality as Rust&#x27;s cargo.
downerendingover 5 years ago
I&#x27;ve just been using conda environments lately. How much am I missing by not using virtualenv instead?
评论 #22293694 未加载