Is it true that Ruby is more deployment friendly than Python?
6th January 2012
My answer to Is it true that Ruby is more deployment friendly than Python? on Quora
He’s incorrect (or at least out of date). Most professional python programmers that I know of use virtualenv, which makes it easy for deployed Python code to live in its own environment with its own set of modules installed separately from the core system packages.
Even before virtualenv it wasn’t at all hard to isolate packages—before I started using virtualenv my deployed Python projects all used to add their own lib/ directory to the beginning of the sys.path array on their first line, before importing any modules.
More recent articles
- Qwen2.5-Coder-32B is an LLM that can code well that runs on my Mac - 12th November 2024
- Visualizing local election results with Datasette, Observable and MapLibre GL - 9th November 2024
- Project: VERDAD - tracking misinformation in radio broadcasts using Gemini 1.5 - 7th November 2024