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.

RVM for Pythonistas, virtualenv for Rubyists

9 pointsby nuclearsandwichabout 14 years ago

1 comment

bobbyiabout 14 years ago
It would be good to also mention tox which makes it easy to install and test your Python project (and its dependencies) against multiple Python versions/ interpreters via virtualenv: <a href="http://codespeak.net/tox/" rel="nofollow">http://codespeak.net/tox/</a>