04 2023 档案

摘要:Mac 中设置 python 默认版本1. $ sudo vi ~/.bashrc 2. shell中输入alias python2='/Library/Frameworks/Python.framework/Versions/2.x/bin/python2.x'alias python3='/Li 阅读全文
posted @ 2023-04-20 17:39 Ootori 阅读(623) 评论(0) 推荐(0)
摘要:安装 node 查看版本 chenjun@chenjundeMacBook-Air uitest % node -v v18.7.0 创建 vue 项目(⚠️注意项目名称小写) npm init vue@latest 运行 vue 项目 1 cd 项目 2 npm install 3 npm run 阅读全文
posted @ 2023-04-10 13:36 Ootori 阅读(44) 评论(0) 推荐(0)