0%

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
1. 添加conda环境变量
sudo gedit ~/.bashrc

在文件中添加如下配置:
# >>> conda initialize >>>
# !! Contents within this block are managed by 'conda init' !!
__conda_setup="$('/home/hust1008/anaconda3/bin/conda' 'shell.bash' 'hook' 2> /dev/null)"
if [ $? -eq 0 ]; then
eval "$__conda_setup"
else
if [ -f "/home/hust1008/anaconda3/etc/profile.d/conda.sh" ]; then
. "/home/hust1008/anaconda3/etc/profile.d/conda.sh"
else
export PATH="/home/hust1008/anaconda3/bin:$PATH"
fi
fi
unset __conda_setup
# <<< conda initialize <<<
# export PYTHONPATH=/mnt2/zhangjinpu/CODE/CenSiam:$PYTHONPATH

export PATH=/usr/local/cuda/bin${PATH:+:${PATH}}
export LD_LIBRARY_PATH=/usr/local/cuda/lib64${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}

2. 修改conda环境保存路径 换源
sudo gedit ~/.condarc

添加:
channels:

- defaults
show_channel_urls: true
default_channels:
- https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main
- https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free
- https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/r
custom_channels:
conda-forge: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud
msys2: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud
bioconda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud
menpo: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud
pytorch: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud
simpleitk: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud
envs_dirs:
- /home/changruowang/.conda/envs
pkgs_dirs:
- /home/changruowang/.conda/pkgs

typoral搭建个人云笔记

  1. 安装 PicGo,图床设置位 GitHub图床。这里要在github中新建一个 public 的respo。然后在github中新建一个token,并将token复制过来(这个token只有新建的时候显示一次,没了再新建就行了 或者把它保存下来)。最重要的是 分支名要写对,之前看别人博客里都写的 master 结果一直上传失败,这个得看自己这个仓库里到底是不是master。

image-20210328203727951

  1. 然后在typoral中设置 图片插入方式,这样插入图片后默认上传到PicGo的云端服务器上了

image-20210328203602607

  1. 将 PicGo中的上传前重命名 和 时间戳打开,否则可能会因为文件名相同导致上传失败

    image-20210404173142710

  2. 笔记同步,直接用 github 将本地的 笔记 push 到 云端即可。或者直接(用脚本 pull.sync.cmd上传)

    1
    2
    3
    git add .
    git commit -m " "
    git push origin master

  3. 将 typoral 启动目录设置为笔记的根目录,以文件树的形式展示