TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Virtualenv to be part of Python 3.3

251 点作者 j2labs将近 13 年前

9 条评论

kibwen将近 13 年前
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 未加载
famousactress将近 13 年前
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 未加载
gosub将近 13 年前
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 未加载
zobzu将近 13 年前
How are you doing system wide security updates with virtualenv?
评论 #4027710 未加载
评论 #4024914 未加载
crusso将近 13 年前
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 未加载
alaithea将近 13 年前
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 未加载
tomrod将近 13 年前
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.
obilgic将近 13 年前
can we do that for rubygems too?
baq将近 13 年前
oh god yes. a little bit over 8 years too late, but better late than never.