From the course: Python for JavaScript Developers

Unlock the full course today

Join today to access over 22,500 courses taught by industry experts or purchase this course individually.

Setting up an environment with Python, pip or Pipenv, and Node.js

Setting up an environment with Python, pip or Pipenv, and Node.js - Python Tutorial

From the course: Python for JavaScript Developers

Start my 1-month free trial

Setting up an environment with Python, pip or Pipenv, and Node.js

- [Instructor] Let's go ahead and set up our environment for the course. Now, if you're a Mac or Linux user, there's a good chance that your computer has a Python runtime installed on it. However, I do recommend following this step just to make sure that we're all on the same page using a similar installation of Python. So here I am at python.org. That's P-Y-T-H-O-N.org. And I'm going to go ahead and hover over the download section. And as you can see I'm prompted with Python 3.9.0 for Mac. Now, if you're not getting the appropriate runtime you can always choose your operating system in the dropdown. And I'm going to go ahead and click on this since this is the appropriate runtime. And you'll see on the bottom left of my browser that it's downloading. And I'm going to go ahead and click on this. And here I see the installation guide, and I'm just going to go ahead and click continue all through, and agree and install.…

Contents