真是坑爹,就下面的sh,竟然也写了很久! if [ `pwd` != '/usr/xx/bin/tomcat' ] then echo "rstall is not allowed in current dir : `pwd` !" return fi ./bin/rstmst.sh;../tomcat-bb/bin/rstns.sh if 的语法真麻烦, linux if 的语法真是服了! if 后面跟的是 [] , 而不是 () 擦! if 和 then 之间必须换行! ———…
安装Numpy,发现错误: No module named msvccompiler in numpy.distutils; trying from distutils 目前python除了在 Windows 下官方提供的安装版外,还有: ActivePython,这个与官方版本的区别在于提供了额外的库和文档,并且自动设置了PATH环境变量. Python(x,y)是一个基于python的科学计算软件包,收集了众多的函数库以及文档.教程,并配备了可视化的程序界面和集成开发环境,非常方便科研人员使…