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 to be part of Python 3.3

251 pointsby j2labsalmost 13 years ago

9 comments

kibwenalmost 13 years ago
When I first tried to learn Python last year, the frustration of being a first-timer dealing with the Python 2 vs. Python 3 split very nearly turned me off of the language altogether. While I loved the language itself from first sight, Virtualenv was the tool that finally made Python a joy to <i>use</i>, rather than just a joy to write. This is a very good move.<p>Here's the link to PEP 405:<p><a href="http://www.python.org/dev/peps/pep-0405/" rel="nofollow">http://www.python.org/dev/peps/pep-0405/</a>
评论 #4024260 未加载
famousactressalmost 13 years ago
Awesome! I'm hard pressed to think of a third party tool that makes more sense for core-inclusion than virtualenv. Hoping the virtualenvwrapper stuff will also be included (or at least similar commands will be)
评论 #4024258 未加载
评论 #4024455 未加载
评论 #4024442 未加载
gosubalmost 13 years ago
Does anybody else think that the necessity of virtual environments for programming languages and virtual machines for applications is a sign of failure in package management and sandboxing in modern OSes?
评论 #4027612 未加载
zobzualmost 13 years ago
How are you doing system wide security updates with virtualenv?
评论 #4027710 未加载
评论 #4024914 未加载
crussoalmost 13 years ago
That's good news. Last I looked at virtualenv, though, it could have used more oomph. At the time (last Fall), I was jumping back and forth between Python virtualenv environments and Ruby rvms. RVM was a bit more of a pleasure to use. I hope the virtualenv developers have closed the usability/feature gap since then.
评论 #4024376 未加载
评论 #4025367 未加载
alaitheaalmost 13 years ago
I only skimmed PEP 405, but did anybody get a sense for how this would work with regard to managing different versions of Python per virtualenv? It seems like a tool to do that necessarily has to be higher in the stack than the Python interpreter.
评论 #4025208 未加载
评论 #4024643 未加载
tomrodalmost 13 years ago
This is great! I've been wanting to try virtualenv for awhile based on the good things I've heard. Here's to the developers keeping it modern.
obilgicalmost 13 years ago
can we do that for rubygems too?
baqalmost 13 years ago
oh god yes. a little bit over 8 years too late, but better late than never.