Mac Tutorial

How To Fix Python Error Certificate Verify Failed: Unable To Get Local Issuer Certificate In Mac OS

When I run Python code in Mac OS, I meet a certificate verify failed error like this ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1056). This error confused me a lot of time. And after googling the error, I finally found the solution to fix it, below are the steps.

How To Fix Python Error Certificate Verify Failed: Unable To Get Local Issuer Certificate In Mac OS Read More »

How To Use Source Tree To Manage Bitbucket Repository In Mac OS And Windows

Bitbucket is a website which is owned by Atlassian company. It provides free private git repository services, your source code will not be exposed to the public when saved in their repository. It also provides a bitbucket server for you when you want to install the repository server on your own machine, but bitbucket server

How To Use Source Tree To Manage Bitbucket Repository In Mac OS And Windows Read More »

How To Install And Use Wget On Mac OS X To Implement File Download Breakpoint Resume

Wget is an open source file download tool for both Windows, Linux and Mac OS. It can continue get a partially downloaded file which is called breakpoint resume. This article will tell you how to install wget on mac os x and how to use it to implement file download breakpoint resume to continue download

How To Install And Use Wget On Mac OS X To Implement File Download Breakpoint Resume Read More »

How To Install / Uninstall Multiple Java Versions In Mac OS By Home Brew Or Manually

This article will tell you how to install/uninstall multiple java versions on mac os both use homebrew or manually. It also shows you how to set JAVA_HOME & PATH system environment variable to make your installed JDK the default JDK. We recommend you use homebrew because it provides a lot of easy-to-use tools.

How To Install / Uninstall Multiple Java Versions In Mac OS By Home Brew Or Manually Read More »