子钦加油

扩大
缩小

随笔分类 -  Mac

Mac
mac下编写shell脚本并执行
摘要:1、写好自己的 脚本,比如test.sh 2、打开终端 执行,方法一: 输入命令 ./test.sh , 方法二:直接把 test.sh 拖入到终端里面。 注意事项: 如果 没有成功报出问题:: Permission denied。就是没有权限。 解决办法: 修改该文件test.sh 的权限 :使用 阅读全文

posted @ 2020-08-19 10:35 子钦加油 阅读(2132) 评论(0) 推荐(0) 编辑

Mac安装PHP运行环境
摘要:先安装brew ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" nginx的安装与配置 brew install nginx 修改配置文件 sudo vim /usr/ 阅读全文

posted @ 2020-05-08 11:48 子钦加油 阅读(724) 评论(0) 推荐(0) 编辑

Mac中 pip3 install mysqlclient 报错
摘要:主要错误提示如下: ld: library not found for -lssl clang: error: linker command failed with exit code 1 (use -v to see invocation) error: command 'clang' faile 阅读全文

posted @ 2019-12-10 14:22 子钦加油 阅读(1002) 评论(0) 推荐(0) 编辑

mac下如何搭建python开发环境
摘要:1. 安装brew ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" 2. 安装 mysql #安装 1. brew install mysql #启动 2. brew 阅读全文

posted @ 2019-12-09 13:20 子钦加油 阅读(269) 评论(0) 推荐(0) 编辑

Mac安装Homebrew
摘要:Mac安装Homebrew Homebrew官网 官网首页如下图: Homebrew官网首页.png 打开Mac的terminal,输入图中的命令,并点击回车,如下: /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/H 阅读全文

posted @ 2019-12-05 16:03 子钦加油 阅读(995) 评论(0) 推荐(0) 编辑

导航

返回顶部