zoukankan      html  css  js  c++  java
  • 安装anaconda之后去掉ubuntu的(base)

    安装anaconda之后去掉ubuntu的(base)

    最近在做项目过程中,搭建了腾讯云的Ubuntu服务器,安装了conda,可是每次命令提示符前面总有一个讨厌的(base),让有洁癖的我感觉非常不爽。找了半天,找到下面的方法:
    conda config --set auto_activate_base false
    断开CRT,重新进入系统
    Welcome to Ubuntu 16.04.1 LTS (GNU/Linux 4.4.0-130-generic x86_64)

    * Documentation: https://help.ubuntu.com
    * Management: https://landscape.canonical.com
    * Support: https://ubuntu.com/advantage
    New release '18.04.4 LTS' available.
    Run 'do-release-upgrade' to upgrade to it.


    Last login: Mon Apr 27 07:24:10 2020 from XX.XX.XX.XX
    ubuntu@VM-0-2-ubuntu:~$

    果然已经没有base提示符号,开心啊。

  • 相关阅读:
    tcp笔记
    sublime使用技巧
    mysql笔记
    ubuntu安装mysql
    正则表达式笔记
    网络编程笔记
    swoole安装异步reids
    mysql的时间存储格式
    nginx环境的搭建
    php的闭包函数use的使用
  • 原文地址:https://www.cnblogs.com/z-cm/p/12784225.html
Copyright © 2011-2022 走看看