|
|
|
|
|
by berdario
4196 days ago
|
|
You have a plethora of similar tools in the python world as well: - Pythonz - Conda - Pew (disclaimer: I'm the author) - Virtualenvwrapper - Pyenv Etc. If you argue that people might not move to the latest and greatest as soon as possible due to the fact that people don't build their own interpreter, I can definitely agree with it: python users seem to truly prefer the python version that already comes pre-installed with their linux distribution |
|
Definitely. It's not that Python doesn't have the tools to switch between versions, but it's not as prevalent as is in the Ruby community. Most Python users will start their program with shebangs like
or if they want Python 3+ while not necessarily using tools like virtualenv and virtualenvwrapper.I feel like shebangs are not as commonly used in Ruby, instead you use tools and your Gemfile to specify Ruby version.