python3
是我本地的蟒蛇版本的python,而python3.4
是系統之一。我可以導入gi
模塊python3.4
(可能是因爲我有sudo apt-get install python3-gi
安裝了),但python3
並不這麼看:如何爲anaconda python3安裝gi模塊?
$ 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
$
我應該如何安裝gi
對於蟒蛇蟒蛇?或者,也許我可以以某種方式導入全系統模塊?
我的操作系統:
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