Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在 cloud9 工作区中制作应用程序,我需要导入诱变剂。我使用了命令:
$ hg clone https://bitbucket.org/lazka/mutagen
正如他们在文档中所说的那样。问题是我想将它导入到我的视图文件中,而不必编写很长的路径。我应该将诱变剂文件夹放在哪里,以便可以像导入“os”和“sys”库一样导入它?
我的意思是:
导入操作系统导入系统
抱歉这个绝对愚蠢的问题,但这让我很紧张。
结案。
如果其他人正在努力安装 python 库,如果您安装了 pip,只需运行:
~ sudo pip install mutagen