Linked Questions

13 questions linked to/from in mac always getting zsh: command not found:
10 votes
1 answer
15k views

Installed pre-commit successfully using the following command in VSCode: python3 -m pip install pre-commit --user but when I try to do the pre-commit install, I get the error message: zsh: command ...
167 votes
16 answers
252k views

After Installing Google Cloud Bigquery Module, if I import the module into python code. I see this warning message. Happening to me in python 3.7.3 Virtualenv. Tried to reinstall GCP bigquery module ...
Sreekanth's user avatar
  • 1,947
131 votes
9 answers
357k views

I am trying to install Homebrew onto my M1 Mac. My default shell is zsh and I want to keep it that way. I ran: ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/...
7 votes
4 answers
35k views

I changed the bash profile while trying to install mongodb and none of my command lines are working on terminal. I read online that I need to fix the $PATH but I can't even access it when none of my ...
user1424508's user avatar
  • 3,311
1 vote
3 answers
12k views

When i try to do ls in the terminal, it says command not found. Before I broke everything, the output of echo $PATH was something like this: /usr/local/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:...
2 votes
1 answer
9k views

I realize this question has been asked a ton, but I feel like I've tried everything. I haven't had any issues with node or npm for months up until now. I am following Airtable Hello World Tutorial. I ...
WaterTrash's user avatar
0 votes
2 answers
12k views

I installed mamba yesterday via conda install -n base -c conda-forge mamba. But after installing it , my terminal is still saying zsh: command not found mamba. What do I do? I did mamba env create -f ...
1 vote
2 answers
4k views

Looks like I have managed to scramble my path variable when installing flutter, and now running yarn, shows zsh: command not found: yarn This was the command I ran that I started experiencing the ...
0 votes
1 answer
3k views

My main problem is that I am getting the error zsh: command not found $ when I run $ gulp serve. This is after installing a Yeoman webapp generator. I've checked these other sources: commands not ...
user70848's user avatar
  • 894
0 votes
0 answers
4k views

I have installed Python, also Anaconda. Using VSC or Mac Terminal I always get "zsh: command not found" error. I can't load any python packages either. This is the first time I'm trying to ...
3 votes
1 answer
1k views

I'm switching from Fish Shell to Zsh. I just went through a long process of converting a bunch of my Fish functions into Zsh, and most things are working, but I just noticed that when I type ls, it ...
Sasha's user avatar
  • 6,526
-2 votes
1 answer
922 views

I've installed the XQuartz and FSL.But when I run the fsl in the terminal, it shows "zsh: command not found: fsl". How can I solve this? zsh: command not found: fslview (base) md@mds-mbp ~ % ...
0 votes
2 answers
531 views

I'm have some issues when trying to install Vue CLI on my mac device. I am using the terminal and I also want to work with yarn and not with npm. These are the commands used: yarn global add @vue/cli ...
R-C's user avatar
  • 11