服务器使用

1. connect

        command

        ssh [用户名]@[服务器地址]

2. download mini-conda

        wget  https://mirrors.tuna.tsinghua.edu.cn/anaconda/miniconda/Miniconda3-3.9.1-Linux-x86_64.sh

3. install

        bash Miniconda3-3.9.1-Linux-x86_64.sh

        press space to "more"

        enter y

         install path: /home/xxx/Learning/miniconda3

3. config environment variable

        nano ~/.bashrc

        add the code below at the end of the file:

        export PATH="your bin path:$PATH"

        then press Ctrl+X

        then press enter

4. enter "conda" to check

Warning!!!:

the operators above has proved failed because the version of miniconda3 is too old.

so, 

first: uninstall the old version with the command below:
        rm -rf "your total miniconda3 folder"

        delete configs of it in .bachrc

then: install new version with the two command below:

        wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh

        bash Miniconda3-latest-Linux-x86_64.sh

        change the installation path then press yes

other tips of using conda:
 

using command below to close "automatical conda":
conda init --reverse $SHELL

评论
成就一亿技术人!
拼手气红包6.0元
还能输入1000个字符
 
红包 添加红包
表情包 插入表情
 条评论被折叠 查看
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值