blee
yesterday
New Contributor

Joined: December 2024

User Statistics

  • 6 Posts
  • 0 Solutions
  • 4 Kudos given
  • 0 Kudos received

User Activity

I currently have the script to try and uninstall python3 in Homebrew: sudo brew uninstall python3 and keep getting the error "sudo: brew: command not found". I've also tried the command /opt/homebrew/bin/brew uninstall python3 and run into the error ...
I've created an EA with the script #!/bin/bash echo "$(mdls "/System/Applications/Utilities/Terminal.app" -name kMDItemLastUsedDate | awk '{print $3}')" and running it on my device, it returns 2024-12-12 as expected. I then created a Smart Group with...
We're looking into solutions for restricting users from download packages or software via Terminal. Just as an example, installing Homebrew via Terminal to install Python. Once users have access to Python, they are able to install and Python packages...