Linked Questions
13 questions linked to/from in mac always getting zsh: command not found:
10
votes
1
answer
15k
views
zsh: command not found: pre-commit but package installed [duplicate]
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
UserWarning: Could not import the lzma module. Your installed Python is incomplete
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
...
131
votes
9
answers
357k
views
Fixing zsh command not found: brew? (installing Homebrew)
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
Basic command lines on Mac terminal not working
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 ...
1
vote
3
answers
12k
views
Messed up $PATH(i think) in zsh
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
ZSH command not found
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 ...
0
votes
2
answers
12k
views
CommandNotFoundError: No command 'conda mamba'
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
zsh: command not found -- no longer have access to basic utilities and all installed softwares or packages from the terminal
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
How to fix long .zshrc PATH to avoid command not found errors?
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 ...
0
votes
0
answers
4k
views
zsh: command not found - what to do?
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
Switching to zsh shell -- `ls` ends terminal tab
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 ...
-2
votes
1
answer
922
views
zsh: command not found: fslview
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
Can't access the vue binary in my command line
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
...