1.切记这是一个大坑。 2.我在用mac电脑安装pyspider的时候,原以为pip install pyspider 就万事大吉,合家欢乐了,but the question 比较多。 第一个问题: 我一共就遇到这一个问题:所以我就只说这一个问题的解决方法,并且是只针对mac电脑的,其他操作系统的 ...
分类:
系统相关 时间:
2019-05-13 21:29:10
阅读次数:
245
1. 前言 我在使用mac安装virtualwrapper的时候遇到了问题,搞了好长时间,才弄好,在这里总结一下分享出来,供遇到相同的问题的朋友使用,少走些弯路。 2. 问题说明 Mac默认系统的python2,而我自己用的是brew安装的python3 下面是我安装过程中出现的问题 这时,出现了如 ...
分类:
移动开发 时间:
2019-05-06 23:46:13
阅读次数:
357
一、安装依赖1、mac安装brem /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"2、mac安装opencvbrew install opencv3、... ...
分类:
其他好文 时间:
2019-05-06 19:30:24
阅读次数:
243
CAD是一些专业人士必备的工具,AutoCAD 2018 for mac汉化详细步骤分享给大家,喜欢的朋友赶紧收藏 安装AutoCAD2018汉化包请断网进行安装,软件不能联网使用,需防火墙设置阻止链接传送后可联网!!! 1、打开“Autodesk AutoCAD 2018 for Mac”安装包, ...
分类:
系统相关 时间:
2019-05-06 19:28:33
阅读次数:
7806
1 . 安装 通过homebrew安装nginx,默认安装在:/usr/local/Cellar/nginx/版本号。配置文件在路径:/usr/local/etc/nginx ,默认配置文件nginx.conf,这个文件主要配置了localhost:8080这个,sudo nginx命令启动ngin ...
分类:
系统相关 时间:
2019-05-04 13:22:46
阅读次数:
266
因Homebrew被墙, 这里使用压缩包安装。 一 从官网下载压缩包 二 解压缩 cd ~/Downloads/ tar -zxvf mongodb-osx-ssl-x86_64-4.0.8.tgz 三 移动位置 mv mongodb-osx-x86_64-4.0.8/ ~/Desktop/soft ...
分类:
数据库 时间:
2019-04-04 20:35:26
阅读次数:
208
#最近在学flutter开发,写一篇记录一下安装的过程 1、配置flutter镜像地址 vim ~/.bash_profile 命令行输入后回车,打开.bash_profile配置镜像地址 export PUB_HOSTED_URL=https://pub.flutter-io.cn export ...
分类:
系统相关 时间:
2019-04-02 00:23:20
阅读次数:
227
参考文档 https://www.jianshu.com/p/7241f7c83f4a 安装 安装过程中遇到的坑 1、配置环境变量,打开终端,输入“open -e .bash_profile”提示错误 打开终端 2、建立/data/db文件 在访达中打开/usr/local/bin,然后新建data ...
分类:
数据库 时间:
2019-03-29 17:45:34
阅读次数:
222
Mac安装git-flow:brew install git-flow 克隆新代码:git clone git@gitlab.xxx.cn:abc/test.git 切换到远程的develop分支(很重要):git checkout develop (或者先在当前的master分支 git pull ...
分类:
其他好文 时间:
2019-03-25 20:46:18
阅读次数:
171
本文来自https://docs.docker.com/docker-for-mac/ 1. 安装Docker https://docs.docker.com/docker-for-mac/install/ 2. 安装好以后从应用中双击docker来启动docker,然后MacOS的命令行中也已经可 ...
分类:
系统相关 时间:
2019-02-27 22:07:33
阅读次数:
214