I created a Conda environment, and after switching the Python environment to this new environment, I found that the terminal is still using the global Python environment, which is inconsistent with the Conda environment I created. After checking the logs, I discovered that there was an error when switching the Conda environment: 'EnvironmentNameNotFound: Could not find conda environment: .conda'.


