美文网首页
配置安装linux子系统WSL

配置安装linux子系统WSL

作者: 麦冬花儿 | 来源:发表于2020-08-24 19:34 被阅读0次

    一、改变界面

    1、首先备份 .bashrc文件

    2、配置操作界面

    将.bashrc文件中的PS1注释掉,更改为

    PS1="\[\033]2;\h:\u \w\007\033[33;1m\]\u \033[35;1m\t\033[0m \[\033[36;1m\]\w\[\033[0m\]\n\[\e[32;1m\]$ \[\e[0m\]"

    3、然后刷新配置

    source .bashrc

    效果

    二、安装conda

    miniconda官网:https://conda.io/miniconda.html

    chmod 777 Miniconda3-latest-Linux-x86_64.sh #给执行权限

    bash Miniconda3-latest-Linux-x86_64.sh #运行

    相关文章

      网友评论

          本文标题:配置安装linux子系统WSL

          本文链接:https://www.haomeiwen.com/subject/rdunjktx.html