diff --git a/plugins/op_waf/install.sh b/plugins/op_waf/install.sh index b11bc9e03..86441b5bf 100755 --- a/plugins/op_waf/install.sh +++ b/plugins/op_waf/install.sh @@ -13,6 +13,11 @@ install_tmp=${rootPath}/tmp/mw_install.pl action=$1 version=$2 + +if [ -f ${rootPath}/bin/activate ];then + source ${rootPath}/bin/activate +fi + Install_of(){ echo '正在安装脚本文件...' > $install_tmp