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?

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

Last updated at Posted at 2019-04-23

(base)という表示

UbuntuにAnacondaをインストールして端末を起動すると、

(base) aqua@aqua-VirtualBox:~$ 

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

解決策

$ conda config --set changeps1 False

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

参考

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?