python3 是我的本地 Anaconda 版本的 python,而 python3.4 是系统版本。 I can import gi module with python3.4 (probably because i installed it with sudo apt-get install python3-gi ) but python3 doesn’t see it:
在 Windows 下安装好 Python 后实际上系统 Path 已经写入 {代码...} 类似这样的,所以 CMD 才可以识别的到而 CMDER 是需要重启电脑才可以在普通模式下运行Why is python only available with cmd in administrator mode?