You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using conda 4.8.3.
Now I found when I am in two different environments to activate a same environment , Gunicorn is in different places.
As the picture above, when I am in the "base" environment, I activated the env "ocsr", and my "gunicorn" is in "/home/lijinqiang/.local/bin/gunicorn", but when I am not in any conda environment and activate the env "ocsr", my "gunicorn" is in the right place "/home/lijinqiang/.conda/envs/ocsr/bin/gunicorn". I am so confused.