Computer Setup
[Conda] Remove the environment title in the prompt
astrodoo
2019. 5. 5. 05:54
When we activate the conda configuration, the title of the environment would appear at the prompt:
(e.g. for the base environment)
(base) astrodoo>
In order to remove the title, we can simply change the set up by the command:
> conda config --set changeps1 False
or by editing .condarc file
> changeps1: False