Setup Python 3.8 and Django 3+ on macOS
Setup your macOS to work with any version of the Python Programming Language. The goal is to do the following:
- Install Python 3.8
- Install, Create, and Activate a Virtual Environment
- Install Django 3+
- Create a Django Project
This method can be used for any python project and should. In fact, we barely do anything with Django and focus mostly on Python and virtual environments.
Lessons
1
Overview and Versions
1:18
2
Install Python 3.8 on macOS with the Python Installer
7:27
3
Install, Create, and Activate a Virtual Environment with Pipenv
14:11
4
Deep Dive into Virtual Environments
21:37
5
Install Django
5:12
6
Create a Django Project
6:13
7
Setup Project in a Code Editor
7:18
8
Using Different Python Versions on your System
11:22
9
Wrap Up
1:15