In this quick tutorial I will show you an example of the process I follow to setup and run a Django project in a matter of few minutes. When writing this tutorial, the version of python in my mac book…
Category: Python
How to Install and Switch between Multiple Python Versions on Mac
In this simple tutorial I will demonstrate to Install and Switch between Multiple Python Versions on Mac. Sometimes you want to use latest version for your new application while you may need a minimum version of python such as 2.7.*…