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.
我已经下载了最新的 scons-local 并尝试使用 cmd 安装它
sudo python scons.py install
但我得到错误
scons: *** No SConstruct file found. File "/Users/Krupa/wrtc/scons-local-2.3.0/scons-local-2.3.0/SCons/Script/Main.py", line 905, in _main
scons-local 包不是要安装的。它的意思是在原地运行。
非本地包是要安装的,它有一个 setup.py ,你可以运行它来安装。