I am trying to install zipline for algorithm trading, so i have to create a conda's venv for python 3.5 version. However, after create the env, when i activating this env, there is no PARENTHESIS. If it works, the command line should be like this with (env_name) right?
Youngs-MacBookPro:~ young$ conda env list
WARNING: The conda.compat module is deprecated and will be removed in a future release.
WARNING: The conda.compat module is deprecated and will be removed in a future release.
# conda environments:
#
base /Users/young/anaconda3
env_zipline * /Users/young/anaconda3/envs/env_zipline
The creation is worked like above and after activating i cannot see any PARENTHESIS like (env_name).
Youngs-MacBookPro:~ young$ conda activate
Youngs-MacBookPro:~ young$
How can i fix this problem?