You can use pythonz: https://github.com/saghul/pythonz to install quickly a specific version of Python, along side with your python system.
We use that, it works like a charm. -- Ludovic Gasc On Fri, Oct 24, 2014 at 7:35 PM, Gustavo Carneiro <[email protected]> wrote: > I have Python 3.4.0 (from ubuntu), but I would like to upgrade to the > asyncio version in Python 3.4.1 without upgrading the rest of Python. > > I am using virtualenv, and pip installs asyncio 3.4.1 into the > virtualenv's site-packages. However, at runtime, the system version > (/usr/lib/python3.4/asyncio) gets imported instead. > > Has anyone been able to solve this problem without hacks? I managed to > work around in my dev environment by creating a symlink, but I was hoping > there was a more "proper" way of fixing it. > > Thanks in advance. > > -- > Gustavo J. A. M. Carneiro > Gambit Research > "The universe is always one step beyond logic." -- Frank Herbert >
