easy_install
根据egg信息中的console_scripts
值生成启动器脚本。看来鸡蛋没有指定完整路径,如何检查生成的脚本是否会放到/usr/bin
,/usr/local/bin
或其他地方?
答案 0 :(得分:-1)
如果我理解正确的话。你需要检查easy_install和setuptools目录吗?
#finds the path to easy_install if it exists
which easy_install
#where path/to/easy_install is the output from the above command
#this outputs your easy_install script which will mention the version of setuptools
less path/to/easy_install