Hi, I followed the Getting Started Guide from the nRF Connect, but when I got to part 2 "Clone the nRF Connect SDK" I get stuck:
The error message:
bash: west: command not found
[benjaminb@benjamin-pc ~]$ pip3 install --user west
Requirement already satisfied: west in ./.local/lib/python3.7/site-packages (0.5.8)
Requirement already satisfied: PyYAML in ./.local/lib/python3.7/site-packages (from west) (5.1.2)
Requirement already satisfied: pykwalify in ./.local/lib/python3.7/site-packages (from west) (1.7.0)
Requirement already satisfied: colorama in /usr/lib/python3.7/site-packages (from west) (0.4.1)
Requirement already satisfied: configobj in ./.local/lib/python3.7/site-packages (from west) (5.0.6)
Requirement already satisfied: docopt>=0.6.2 in ./.local/lib/python3.7/site-packages (from pykwalify->west) (0.6.2)
Requirement already satisfied: python-dateutil>=2.4.2 in ./.local/lib/python3.7/site-packages (from pykwalify->west) (2.8.0)
Requirement already satisfied: six in /usr/lib/python3.7/site-packages (from configobj->west) (1.12.0)
[benjaminb@benjamin-pc ~]$ cd opt/Sourcecode/ncs
bash: cd: opt/Sourcecode/ncs: Datei oder Verzeichnis nicht gefunden
[benjaminb@benjamin-pc ~]$ cd /opt/Sourcecode/ncs
[benjaminb@benjamin-pc ncs]$ west init -m github.com/.../fw-nrfconnect-nrf
bash: west: Kommando nicht gefunden.
What did I do wrong or how can I make the west command work?
I use Manjaro Linux by the way.
Thanks to all answers