码迷,mamicode.com
首页 >  
搜索关键字:pip python3 mac    ( 41528个结果
MAC-使用yarn安装element-plus安装与使用
一、安装element plus:$ yarn add element-plus --dev 二、导入、引用: 三、首次运行时:$ yarn install 四、启动项目:$ yarn dev ...
分类:系统相关   时间:2021-04-21 11:52:31    阅读次数:0
mac解决 gyp: No Xcode or CLT version detected!
很多人第一想法就是重新安装Xcode,但是Xcode对内存要求很高,并不是每个人都想安装或者说都能安装的,其实,只需要安装个别配置就好了。 删除已经安装的CommandLineTools sudo rm -rf $(xcode-select -p) 重新安装 sudo xcode-select -- ...
分类:系统相关   时间:2021-04-21 11:51:43    阅读次数:0
Mac下浏览器跨域配置方法
open -n /Applications/Google\ Chrome.app/ --args --disable-web-security --user-data-dir=/Users/hooliy/Documents/MyChromeDevUserData open -n /Applicati ...
分类:系统相关   时间:2021-04-21 11:49:55    阅读次数:0
邮箱(outlook)嵌入html页面
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>邮件模板</title> </head> <body> <table width="1024" border="0" cellspacing="0" cellp ...
分类:Web程序   时间:2021-04-21 11:46:08    阅读次数:0
(Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping
###重装系统,安装python3.7.5之后,使用pip3 install ipython时出现了报错信息: Can't connect to HTTPS URL because the SSL module is not available 1、cd 到Python-3.7.5目录下,重新编译安 ...
分类:Web程序   时间:2021-04-20 15:43:58    阅读次数:0
No module named 'skimage'
No module named 'skimage' ModuleNotFoundError: No module named 'skimage' (wind_202104) F:\TensorflowProject\maks_rcnn_2018> (wind_202104) F:\Tensorflo ...
分类:其他好文   时间:2021-04-20 15:34:04    阅读次数:0
Mac下CoreShell使用lrzsz命令
Mac下Core Shell 使用lrzsz命令,上传,下载文件 新增~/.bashrc_Core_Shell # Bash support for Core Shell, reference: /etc/bashrc_Apple_Terminal on macOS # Report Working ...
分类:系统相关   时间:2021-04-20 15:02:28    阅读次数:0
完美解决github访问速度慢
1. 修改本地hosts文件 windows系统的hosts文件的位置如下:C:\Windows\System32\drivers\etc\hosts mac/linux系统的hosts文件的位置如下:/etc/hosts 2. 增加http://github.global.ssl.fastly.n ...
分类:其他好文   时间:2021-04-19 15:45:32    阅读次数:0
Mac OS 实时查看当前文件夹下文件的变化
每隔 0.5 秒输出当前 .git 目录的文件 watch -n .5 "tree .git" 需要安装 watch 和 tree 命令, brew install watch brew install tree ...
分类:系统相关   时间:2021-04-19 15:36:48    阅读次数:0
Unity UGUI源码 URP源码 地址
UGUI源码 地址:https://github.com/Unity-Technologies/uGUI 文档:https://docs.unity3d.com/Packages/com.unity.ugui@1.0/manual/index.html URP源码 于Package Manager里 ...
分类:编程语言   时间:2021-04-19 15:35:05    阅读次数:0
41528条   上一页 1 ... 33 34 35 36 37 ... 4153 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!