标签:chm 安装 sql http perm and oca local https
此处使用命令行方式来安装Python3.6:
检查是否安装成功,运行以下命令:
#which python3
输出:#/usr/local/bin/python3
#python3 -V
输出:Python 3.6.0
对于permission denied解决方法:
sudo chmod a+x /xxx/xxx
Then try to clean the make and do it again:
sudo make clean
sudo ./configure
sudo make && make install
标签:chm 安装 sql http perm and oca local https
原文地址:http://www.cnblogs.com/hujianglang/p/7787375.html