按照learnpythonthehardway教程試圖安裝nosetests,我遇到了問題。任何我應該嘗試下一步的線索?如果我有保存在一個隨機位置在我的電腦上的東西,可以把它導入到python腳本,無論它在哪裏:安裝nosetests - 權限被拒絕
$ easy_install nose
Searching for nose
Best match: nose 1.1.2
Processing nose-1.1.2-py2.6.egg
nose 1.1.2 is already the active version in easy-install.pth
Installing nosetests-2.6 script to /usr/local/bin
error: /usr/local/bin/nosetests-2.6: Permission denied`
一個關於安裝,我的問題嗎?因此,如果我執行名爲「projects」的文件夾中的runthis.py,並且我有from setup tools import setup
作爲該程序的第一行,那麼setup tools
必須在python的特定位置(如「projects」文件夾)才能找到它?
這裏就是我得到的打字時,在:'$ sudo的 用法:須藤[-n] -h | -K | -k | -L | -V | -v 用法:須藤-l [1] [-AnS] [-g組名| #GID] [-U用戶名] [-u用戶名| #uid] [-g組名| #GID] [命令] 用法:sudo [-AbEHnPS] [-C fd] [-g groupname | #gid] [-p提示] [-u username | #uid] [-g groupname | #gid] [VAR = value] [-i | -s] [] 用法:sudo -e [-AnS] [-C fd] [ - g groupname | #gid] [-p提示] [-u username | #uid]文件...' 我不太確定'sys.path'是什麼;我之前沒有聽說過PYTHONPATH(對不起,我對此很陌生)。儘管感謝您的幫助! –
ZCJ
2012-02-14 03:50:18
@ZCJ:編輯我的答案。 – geoffspear 2012-02-14 03:55:25
哇,謝謝你的建議 - 「nosetests」現在正在工作。 – ZCJ 2012-02-14 04:16:17