Wie installiere ich das gi-Modul für Anaconda Python3?

python3 ist meine lokale Anaconda-Version von Python, währendpython3.4 ist das System eins. Ich kann @ importiergi Modul mitpython3.4 (wahrscheinlich, weil ich es mit @ installiert hasudo apt-get install python3-gi) aberpython3 sieht es nicht:

$ python3 -c 'import gi'
Traceback (most recent call last):
  File "<string>", line 1, in <module>
ImportError: No module named 'gi'
$ python3.4 -c 'import gi'                                       

$ python3 --version
Python 3.5.1 :: Anaconda 4.0.0 (64-bit)
$ python3.4 --version
Python 3.4.3
$ which python3
/home/kossak/anaconda3/bin/python3
$ which python3.4
/usr/bin/python3.4
$

Wie soll ich installierengi für Anaconda Python? Oder vielleicht kann ich irgendwie systemweite Module importieren?

Mein os:

System:    Kernel: 3.19.0-32-generic x86_64 (64 bit gcc: 4.8.2) Desktop: Cinnamon 2.8.8 (Gtk 2.24.23) dm: mdm
           Distro: Linux Mint 17.3 Rosa

Antworten auf die Frage(8)

Ihre Antwort auf die Frage