I’m trying to set up an venv in Jupyter (Anaconda). The steps I am using are below. I’ve searched on the error above and tried several things, from initializing the vent to activating Conda; no dice. Any tips? Using a macOS Sonoma. The code and results are below, where the Conda init error message is being generated.
CODE:
!conda create --name test_env --y
!conda init zsh
!source ~/.zshrc
!conda activate test_env
results
New contributor
sue l is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.