Completely uninstall Python 3 on Mac

Removing the app does not completely uninstall that version of Python. You will need to remove the framework directories and their symbolic links. Deleting the frameworks sudo rm -rf /Library/Frameworks/Python.framework/Versions/[version number] replacing [version number] with 3.10 in your case. Removing symbolic links To list the broken symbolic links. ls -l /usr/local/bin | grep ‘../Library/Frameworks/Python.framework/Versions/[version number]’ … Read more

Authentication to GitHub using personal access token on macOS?

Step 1: Unset existing credentials Copy this into your terminal: git config –global –unset credential.helper git credential-osxkeychain erase host=github.com protocol=https and hit ‘Enter’ twice to delete existing GitHub credentials (username and password) from your computer. Recommended: if you were previously authenticating using a GitHub Personal Access Token (PAT) and want to update to a new … Read more

JDK is installed on mac but i’m getting “The operation couldn’t be completed. Unable to locate a Java Runtime that supports apt.” sudo apt update

20 years ago, java shipped with a tool called apt: Annotation Processor Tool. This tool was obsolete not much later. What that update-node-js-version is talking about, is a completely and totally unrelated tool: It’s the Advanced Package Tool, which is a tool to manage installations on debian and ubuntu – linux distros. You do not … Read more

Cannot brew install node – Warning: The post-install step did not complete successfully

There are two steps involved. Simply run these four commands: sudo chown -R `whoami`:admin /usr/local/include/node sudo chown -R `whoami`:admin /usr/local/bin sudo chown -R `whoami`:admin /usr/local/share sudo chown -R `whoami`:admin /usr/local/lib/dtrace Finally, run the overwrite command: brew link –overwrite node

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)