Run this command to install make and all the packages needed to build your code.
sudo apt-get install build-essential
Answer from JorelC on askubuntu.com[Solution] sudo: make: command not found
Command "make" not found
Bash doesn't recognize the make command?
sudo make install command not found
Had the same last night. Don't think it means anything because i was still able to start the sync process
More on reddit.comHi all. I'm trying to install one of those local A.i programs. Using Manjaro KDE. I have the install command from github, but here is the output from the terminal:
[jersten@LinuxRig ~]$ git clone https://github.com/fredi-python/llama.cpp.git && cd llama.cpp && make -j && cd models && wget -c https://huggingface.co/CRD716/ggml-vicuna-1.1-quantized/resolve/main/ggml-vicuna-13B-1.1-q5_1.bin
Cloning into 'llama.cpp'...
remote: Enumerating objects: 3411, done.
remote: Counting objects: 100% (3411/3411), done.
remote: Compressing objects: 100% (1107/1107), done.
remote: Total 3411 (delta 2303), reused 3309 (delta 2267), pack-reused 0
Receiving objects: 100% (3411/3411), 3.05 MiB | 5.25 MiB/s, done.
Resolving deltas: 100% (2303/2303), done.
bash: make: command not found
[jersten@LinuxRig llama.cpp]$
Looks like everything was going well for awhile there. Any idea why I couldn't complete the installation? Thank you
I'm following this guide here https://docs.lotu.sh/en+install-lotus-ubuntu and I'm stuck on sudo make install where I get this error once I type in sudo make install
bash: go: command not found
expr: syntax error: unexpected argument ‘14’
install -C ./lotus /usr/local/bin/lotus
install -C ./lotus-storage-miner /usr/local/bin/lotus-storage-miner
install -C ./lotus-seal-worker /usr/local/bin/lotus-seal-worker
I've been trying to find a solution but can't seem to solve it
Add /Developer/usr/bin to your path and try again.
Are you sure you installed Xcode and the other development tools as part of this fresh install? For example, are you sure you're not running Xcode from a different hard drive partition or something?
You should probably run the Mac OS X installer again and make sure to customize the install and select all the Xcode & developer tools.
When you installed the Apple Developer tools, did you also install the "Unix Development" package? From the Xcode 3.2.2 developer tools for Mac SDK 10.6 and iPhone SDK 3.2 README file:
Installation
The Xcode and iPhone SDK installer provides six options for configuring the installation from the “Customize...” button:
...
- UNIX Development. Command-line tools used for UNIX-based development. Its components are always placed in /usr - only one version installed at a time.
I believe that is what triggers putting the utilities into /usr/bin ...
Go to Preferences in Xcode, choose Downloads and install Command Line Tools.
