conda-incubator / conda-zsh-completion

zsh completion for conda
Do What The F*ck You Want To Public License
364 stars 65 forks source link

conda create fails on macOS #41

Closed riklopfer closed 2 years ago

riklopfer commented 2 years ago

Removing conda-zsh-completion from .zshrc solves the problem.

~
base ❯ conda env create -n xxx python=3.8

SpecNotFound: Invalid name, try the format: user/package
riklopfer commented 2 years ago

Syntax was wrong... duh

base ❯ conda create -n xxx python=3.8