Wrong result for "which python" in Conda activated virtual env #1407
Unanswered
Pilgrim1379
asked this question in
Q&A
Replies: 1 comment 1 reply
-
is this still the case on the latest version? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'v installed Anaconda by downloading the official installer on my intel MacOs. All appears ok except when I activate a conda created virtual environment and then try
which python
I get the Mise installed python instead of the python from the virtual environment.The
path
indicates that thewhich python
command should first find the python from the conda virtual environment since it's at the top of the path but that isn't the case.❯ which python /Users/user/.local/share/mise/installs/python/latest/bin/python ~/workspace/learning/python/test_conda myenv
Beta Was this translation helpful? Give feedback.
All reactions