摘要: 安装anaconda后需要在用户目录的.bashrc文件内加入 export PATH=/opt/anaconda/bin:$PATH 将anaconda的bin目录添加至path中。 conda常用命令: 创建名为python36的环境。指定python版本为3.6 conda create -- 阅读全文
posted @ 2018-06-11 16:59 November's 阅读(184) 评论(0) 推荐(0)
摘要: 首先,安装snapper和btrfs-progs # pacman -S snapper btrfs-progs 创建配置文件 # snapper -c cfg_home create-config -f btrfs /home # snapper -c cfg_root create-config 阅读全文
posted @ 2018-06-11 16:39 November's 阅读(252) 评论(0) 推荐(0)