14
12

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

UbuntuにAnacondaをインストールしたらterminalに(base)と表示される

Posted at

#(base)という表示
UbuntuにAnacondaをインストールして端末を起動すると、

(base) aqua@aqua-VirtualBox:~$ 

という具合で頭に(base)という見慣れない表示がされるようになってしまいました。

##解決策

$ conda config --set changeps1 False

と設定し、端末を再起動することで表示されないようになるようです。

##参考
https://askubuntu.com/questions/1026383/why-does-base-appear-in-front-of-my-terminal-prompt

14
12
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
14
12

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?