是否有与 Ruby 的“rvm"等价的 python? [英] Is there a python equivalent of Ruby's 'rvm'?

查看:51
本文介绍了是否有与 Ruby 的“rvm"等价的 python?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

问:我们在 Python 中是否有与 Ruby 版本等效的功能?经理'rvm'?

<小时>

(RVM 让您可以轻松地完全在不同版本的 ruby​​ 解释器不同的 gem(模块)集之间切换.有关下载的一切通过调用 rvm 来处理解释器(-s)和 gems 的 -build-install-switch.它都在您的常规用户帐户下运行.)

解决方案

是的,它是 virtualenv 以及 virtualenvwrapper.

更新:您可以使用 virtualenv burrito 同时安装两者.

更新:现在正确的答案可能是 pyenv.

对于科学计算,对应的工具是anaconda.

Q: Do we have anything functionally equivalent in Python to the Ruby version manager 'rvm'?


(RVM lets you easily switch completely between different versions of the ruby interpreter and different sets of gems (modules). Everything concerning download-build-install-switch of interpreter(-s) and gems gets taken care of by invoking rvm. It is all run under your regular user account.)

解决方案

Yes, it is virtualenv along with virtualenvwrapper.

update: you may install both at once with virtualenv burrito.

Update: the correct answer is now probably pyenv.

For scientific computing, the corresponding tool is anaconda.

这篇关于是否有与 Ruby 的“rvm"等价的 python?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆