无法安装新的python模块[Ubuntu 15.10]

时间:2016-03-11 00:15:21

标签: python ubuntu module

我对ubuntu很新,还在努力学习它。

我已经安装了几个模块,例如numpy,scipy没有问题,因为它们可以通过easy_install或pip命令安装。但是我遇到了一个我不知道如何安装它的模块。

我试图安装的模块是, https://github.com/breuleux/bugland

我尝试过编辑bash_profile,bashrc和个人资料文件。像这样,

export PYTHONPATH="${PYTHONPATH}:/home/documents/bugland-master/bugland"

但这似乎也不起作用。

1 个答案:

答案 0 :(得分:1)

按照以下步骤操作:

  • git clone https://github.com/breuleux/bugland.git
  • sudo mv bugland/bugland /usr/local/lib/python2.7/site-packages/(或python3)

然后你可以导入你的python应用程序中的所有模块

from bugland import bug