随笔分类 -  软件安装

摘要:#### linux mint (ubuntu)下安装Rime输入法 1. ###### 清理fctix输入法框架的其他依赖 ```bash rm -rf $HOME/.config/fcitx ``` 2. 安装Rime输入法 ```bash sudo apt install fcitx-rime 阅读全文
posted @ 2023-08-04 22:35 江浸月 阅读(1686) 评论(0) 推荐(0)
摘要:linux源码编译安装Python3.9.6及pip 卸载之前的python sudo apt remove python3 sudo apt autoremove 安装依赖 sudo apt update sudo apt install build-essential zlib1g-dev li 阅读全文
posted @ 2023-06-30 05:06 江浸月 阅读(414) 评论(0) 推荐(0)
摘要:#### Ubuntu 服务器安装 Jupiter Notebook 1. 安装python3 ```shell apt -update //更新软件包 apt install python3 ``` 2. 确认python版本 ```shell python3 --version Python 3 阅读全文
posted @ 2023-06-30 05:05 江浸月 阅读(92) 评论(0) 推荐(0)
摘要:不知道那位大神写的脚本,非常好用!! /bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)" 阅读全文
posted @ 2022-06-01 10:26 江浸月 阅读(51) 评论(0) 推荐(0)
摘要:https://www.jianshu.com/p/1d15bb5dbd4f 阅读全文
posted @ 2021-08-04 21:09 江浸月 阅读(39) 评论(0) 推荐(0)