If nothing works, I may end up completely initializing my Mac (hope I don't need to do that). Do you think initialization can solve the problem? I was able to use Rstudio and zoom normally before.
Can you actually check that conda is not active after that configuration?
Maybe you can uninstall conda, or reinstall it?
I'm not quite sure if the conda is not active after the configuration.
When I tried uninstalling conda, I needed to code 'conda install anaconda-clean' as it said in the published tutorial, but 'conda install' could not work properly, which I posted before.
And after I had deactivated conda, I found that conda was not completely disabled when checking the Mac terminal environment variables. However, I am not sure how to deal with those conda environment variables that were not disabled.
(base) fanxuehan@fanxuehans-MacBook-Pro ~ % conda deactivate
fanxuehan@fanxuehans-MacBook-Pro ~ % export
CONDA_EXE=/opt/miniconda3/bin/conda
CONDA_PYTHON_EXE=/opt/miniconda3/bin/python
CONDA_SHLVL=0
DISPLAY=/private/tmp/com.apple.launchd.A96wIHhBMU/org.xquartz:0
HOME=/Users/fanxuehan
LANG=zh_CN.UTF-8
LOGNAME=fanxuehan
OLDPWD=/Users/fanxuehan
PATH=/opt/miniconda3/condabin:/Users/fanxuehan/Library/Caches/activestate/bin:/Users/fanxuehan/.local/ActiveState/StateTool/release/bin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin
PWD=/Users/fanxuehan
SHELL=/bin/zsh
SHLVL=1
SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.UvDOhwrLdj/Listeners
TERM=xterm-256color
TERM_PROGRAM=Apple_Terminal
TERM_PROGRAM_VERSION=447
TERM_SESSION_ID=661EE569-3E82-4EF9-8D6E-EFDF06958A07
TMPDIR=/var/folders/1t/xf3p_vsd7qb9k1g9t6j15hsw0000gn/T/
USER=fanxuehan
XPC_FLAGS=0x0
XPC_SERVICE_NAME=0
_CE_CONDA=''
_CE_M=''
__CFBundleIdentifier=com.apple.Terminal
http_proxy=/path/to/my/directory
fanxuehan@fanxuehans-MacBook-Pro ~ %
I cannot describe how surprised and confused I felt when I found I could download R packages in Rstusio again(I didn't do anything with it these days!) Anyway, I'm really grateful for your help!!