Trouble shooting in terminal STEP BY STEP

Last login: Thu Jun 5 13:42:59 on ttys000

cliffordhackett@Cliffords-iMac ~ % python3 –version

Python 3.9.6

cliffordhackett@Cliffords-iMac ~ % find /Users/cliffordhackett -name “set_commands.py” 2>/dev/null

cliffordhackett@Cliffords-iMac ~ % sudo find ~/.Trash -name “set_commands.py”

Password:

Sorry, try again.

Password:

Sorry, try again.

Password:

sudo: 3 incorrect password attempts

cliffordhackett@Cliffords-iMac ~ %

cliffordhackett@Cliffords-iMac ~ % python3 -u /Users/cliffordhackett/set_commands.py

/Library/Developer/CommandLineTools/usr/bin/python3: can’t open file ‘/Users/cliffordhackett/set_commands.py’: [Errno 2] No such file or directory

cliffordhackett@Cliffords-iMac ~ % echo $PATH

/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/Library/Apple/usr/bin:/Users/cliffordhackett/Library/Python/3.9/bin

cliffordhackett@Cliffords-iMac ~ % history | grep “mv ”

history | grep “rm ”

134 history | grep “mv “\n

135 history | grep “rm “\n

cliffordhackett@Cliffords-iMac ~ % nano ~/set_commands.py

UW PICO 5.09 File: /Users/cliffordhackett/set_commands.py Modified

ls -l ~/set_commands.py

cat ~/set_commands.py

python3 -u ~/set_commands.py

chmod +x ~/set_commands.py

pip3 list | grep telegram

pip3 install python-telegram-bot

^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

Leave a comment