0% found this document useful (0 votes)
16 views2 pages

Terminal Saved Output

The user encountered multiple command not found errors while trying to install packages and run development commands on their MacBook. They successfully installed Homebrew, which is a package manager for macOS, and confirmed that Python is already installed and up-to-date. The user also edited their zsh configuration file to update the PATH for Python binaries.

Uploaded by

rork
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
16 views2 pages

Terminal Saved Output

The user encountered multiple command not found errors while trying to install packages and run development commands on their MacBook. They successfully installed Homebrew, which is a package manager for macOS, and confirmed that Python is already installed and up-to-date. The user also edited their zsh configuration file to update the PATH for Python binaries.

Uploaded by

rork
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

Last login: Fri Mar 7 13:44:59 on ttys002

rober@Roberts-MackBook-Air ~ % pipx install pybricksdev


zsh: command not found: pipx
rober@Roberts-MackBook-Air ~ % pip install pybricksdev
zsh: command not found: pip
rober@Roberts-MackBook-Air ~ % npm run dev
npm error code ENOENT
npm error syscall open
npm error path /Users/rober/package.json
npm error errno -2
npm error enoent Could not read package.json: Error: ENOENT: no such file or
directory, open '/Users/rober/package.json'
npm error enoent This is related to npm not being able to find a file.
npm error enoent
npm error A complete log of this run can be found in: /Users/rober/.npm/_logs/2025-
03-07T16_45_51_053Z-debug-0.log
rober@Roberts-MackBook-Air ~ % pnpm run dev
ERR_PNPM_NO_IMPORTER_MANIFEST_FOUND No package.json (or package.yaml, or
package.json5) was found in "/Users/rober".
rober@Roberts-MackBook-Air ~ % sudo apt install python3-venv
Password:
sudo: apt: command not found
rober@Roberts-MackBook-Air ~ % python -versionv
zsh: command not found: python
rober@Roberts-MackBook-Air ~ % /bin/bash -c "$(curl -fsSL
https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install python
==> Checking for `sudo` access (which may request your password)...
==> This script will install:
/opt/homebrew/bin/brew
/opt/homebrew/share/doc/homebrew
/opt/homebrew/share/man/man1/brew.1
/opt/homebrew/share/zsh/site-functions/_brew
/opt/homebrew/etc/bash_completion.d/brew
/opt/homebrew

Press RETURN/ENTER to continue or any other key to abort:


==> /usr/bin/sudo /usr/sbin/chown -R rober:admin /opt/homebrew
==> /usr/bin/sudo /bin/mkdir -p /Users/rober/Library/Caches/Homebrew
==> /usr/bin/sudo /bin/chmod g+rwx /Users/rober/Library/Caches/Homebrew
==> /usr/bin/sudo /usr/sbin/chown -R rober /Users/rober/Library/Caches/Homebrew
==> Downloading and installing Homebrew...
remote: Enumerating objects: 2042, done.
remote: Counting objects: 100% (869/869), done.
remote: Compressing objects: 100% (39/39), done.
remote: Total 2042 (delta 843), reused 839 (delta 827), pack-reused 1173 (from 3)
==> Updating Homebrew...
Installing from the API is now the default behaviour!
You can save space and time by running:
brew untap homebrew/core
==> Installation successful!

==> Homebrew has enabled anonymous aggregate formulae and cask analytics.
Read the analytics documentation (and how to opt-out) here:
https://docs.brew.sh/Analytics
No analytics data has been sent yet (nor will any be during this install run).

==> Homebrew is run entirely by unpaid volunteers. Please consider donating:


https://github.com/Homebrew/brew#donations
==> Next steps:
- Run brew help to get started
- Further documentation:
https://docs.brew.sh

Warning: [email protected] 3.13.2 is already installed and up-to-date.


To reinstall 3.13.2, run:
brew reinstall [email protected]
rober@Roberts-MackBook-Air ~ % nano ~/.zshrc

UW PICO 5.09 File: /Users/rober/.zshrc Modified

export PATH="/Library/Frameworks/Python.framework/Versions/3.x/bin:$PATH"

^G Get Help ^O WriteOut ^R Read File ^Y Prev Pg ^K Cut Text ^C Cur Pos
^X Exit ^J Justify ^W Where is ^V Next Pg ^U UnCut Text^T To Spell

You might also like