1 #在写shell时 有时候不能通过一条shell执行 2 #可以通过加 sh -c 选项 3 #如 4 sudo sh -c '/usr/bin/python3 -m pip install numpy'