I'm now currently using Python on ubuntu 15.10
But in my OS, I have many different python version installed:
- Python (2.7.9)
- Python3 (3.4.3)
- Python3.5
- PyPy
So, I got mess about the version of their package environment, for example, if I run:
pip3 install django
In fact I cannot import django inside python3.5
.
Is there any efficiently way to call the relating version of pip
?
PS: Don't suggest that I use virtualenv, I know about it and am seeking another solution.
Question&Answers:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…