Part of the Free Full-stack course: https://www.youtube.com/playlist?list=PL6yRaaP0WPkXo7Kl6LQcO69bsYTS7BDxo

Welcome to the Free Full-stack Course

In this course, we will be using Python as the programming language for our backend to deliver REST APIs. The REST APIs will be developed on top of Django which is a backend/website framework that sits on top of Python. And we will also use DRF (Django REST Framework) to actually deliver our APIs on top of Django.

PyEnv is an application that you can install on your host operating system, in this video macOS, which allows you to lock your Python installation to a specific version. Since you can have multiple versions of Python installed on your system at any time, it's very easy to, by mistake, use the incorrect version of Python when we later start developing our backend with Django so in this chapter we will learn how to install PyEnv on macOS in order to manage Python versions on our computer.

Timestamps:
00:00 - Installing PyEnv on macOS
00:10 - Setting up PyEnv on macOS
00:43 - Installing iTerm2 and Oh My Zsh
05:22 - Let's install Homebrew
06:11 - Install PyEnv on macOS
07:35 - Add the 3 commands to your shell
10:25 - Test to make sure PyEnv is installed
11:08 - Now you have PyEnv installed
11:34 - That's all for now

If you want to support my work, please consider joining my YouTube channel by pressing the Join button!

Twitter: https://twitter.com/vandadnp
LinkedIn: https://linkedin.com/in/vandadnp

Let's get started!