Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- cython
- arXiver
- gfortran
- virtual
- h5py
- mpi4py
- HDF5
- jupyter
- python
- Anaconda
- tab space
- openmp
- c++
- LaTeX
- GSL
- hyperref
- Matplotlib
- HFS+
- Windows
- Visual Studio
- portforwarding
- vi
- vim
- intel compiler
- datascience
- polyglot
- conda
- SSH
- cygwin
- MAC
Archives
- Today
- Total
Astro Coke
[Conda] Remove the environment title in the prompt 본문
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
'Computer Setup' 카테고리의 다른 글
[Conda] Install packages through anaconda (0) | 2019.07.12 |
---|---|
[Vi] change the file type between dos and unix (0) | 2019.05.10 |
[Cygwin] Installing CYGWIN + SSHD for remote access through SSH on windows (0) | 2019.05.04 |
[Vi & Visual Studio] Compatibility of tab space between vi and visual studio (0) | 2019.04.25 |
[OSX&Windows] ._ files in tar from Mac OSX (1) | 2019.04.23 |