Ich habe den Python-Scipy-Stack mit dem folgenden Befehl von hier installiert
sudo apt-get install python-numpy python-scipy python-matplotlib ipython ipython-notebook python-pandas python-sympy python-nose
Ich kann jedoch sympynur Python 2.7.6die Standard-Python-Version importieren, wenn ich pythonim Terminal eingebe. Wenn ich anfange, Python 3.4.0indem ich eingebe, löst python3die import sympyAnweisung den Fehler aus
>>> import sympy
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named 'sympy'
Wie behebe ich dieses Problem?
pipsollte die globale Installation von Paketen vermieden werden?