From the course: GitHub Administration Cert Prep
Unlock this course with a free trial
Join today to access over 25,500 courses taught by industry experts.
Compiling Python in GitHub Codespaces - GitHub Tutorial
From the course: GitHub Administration Cert Prep
Compiling Python in GitHub Codespaces
- Hi, my name is Noah Gift, and today we're going to talk about how to compile Python from scratch in a GitHub Codespaces environment. Many times you'll be needing a particular version of Python, maybe the latest version, like in this case, Python 3.10, and you also need to compile it with a library that enables you to do some kind of development. If you don't have these abilities, you can get stuck and then you really can't proceed. So we're going to go through, and from scratch, compile Python, use a 16-core box, make sure that we're able to fully saturate it, set up a virtual environment, and then test a little bit of code. Okay, let's go ahead and get started. (upbeat music) All right, so now we're in GitHub and I have an organization that has a setup here enabled for GitHub Codespaces. So what I'm going to do is first create a new repo, and let's go ahead and call this compile-python. And we'll say, this is a…