filmov
tv
Install and configure Python 3.9.9 and VS Code on Raspberry Pi

Показать описание
Hello, and welcome to my channel!
Today I'm working through the install of Python 3.9.9 and VS Code on a Raspberry Pi 4.
The audio is a bit low on this one, as my editing skills improve hopefully this will be less of a factor.
As promised, here's the command I copied/pasted to get this all working:
Update Raspbian and install pre-reqs:
$ sudo apt-get update
$ sudo apt-get install python3-venv make build-essential libssl-dev zlib1g-dev \
libbz2-dev libreadline-dev libsqlite3-dev wget curl llvm \
libncursesw5-dev xz-utils tk-dev libxml2-dev libxmlsec1-dev libffi-dev liblzma-dev
Block updates to system-provided python:
$ for i in `dpkg --get-selections | grep python3`; do sudo apt-mark hold `echo $i|cut -f1| grep python`; done
Update the venv prompt with fun colors:
$ sed -i 's/PS1\=\"(/PS1\=\"\\[\\033\[01\;33m\\\](venv\-/gi' python/bin/activate
Today I'm working through the install of Python 3.9.9 and VS Code on a Raspberry Pi 4.
The audio is a bit low on this one, as my editing skills improve hopefully this will be less of a factor.
As promised, here's the command I copied/pasted to get this all working:
Update Raspbian and install pre-reqs:
$ sudo apt-get update
$ sudo apt-get install python3-venv make build-essential libssl-dev zlib1g-dev \
libbz2-dev libreadline-dev libsqlite3-dev wget curl llvm \
libncursesw5-dev xz-utils tk-dev libxml2-dev libxmlsec1-dev libffi-dev liblzma-dev
Block updates to system-provided python:
$ for i in `dpkg --get-selections | grep python3`; do sudo apt-mark hold `echo $i|cut -f1| grep python`; done
Update the venv prompt with fun colors:
$ sed -i 's/PS1\=\"(/PS1\=\"\\[\\033\[01\;33m\\\](venv\-/gi' python/bin/activate
How to Install Python 3 on Windows (best way)
How to install Python 3.13.0 on Windows 11
How to install Python 3.11.4 on Windows 10 | Amit Thinks
How to Install Old Python Version on Windows 11/10 (2024)
How to Install PYTHON 3 on Kali Linux
How to Install Python on Windows 11? Install Python #shorts
Quick Fix: Modify Python installation complete with pip
Add Python to Path Environment Variable - Windows 10
Python Tutorial for Beginners - Coding for AI and Machine Learning!
How to install Python 3.8 - 64 bit
How to install Python 3.12.0 on Windows 10
Install Python 3.8 and Django 3+ on macOS - 7 of 9 - Setup Project in a Code Editor
How to Install Python Latest Version on Linux | Complete Installation
How to Properly Manually Install Python Modules with python3.9 on macOS
Python was not found; run without arguments to install from the Microsoft Store SOLVED
How to install Python 3.12.0 on Windows 11
How to Install Python 3.11 on Windows 11/ Windows 10
Install Python 3.8 and Django 3+ on macOS - 9 of 9 - Wrap Up
How to Install Tkinter in Python | Tkinter for Python (Easy Method)
Install Python 3.8 and Django 3+ on macOS - 5 of 9 - Install Django 3.0 +
How to install TensorFlow in Python on Windows for Beginners
Install Python 3.12 and PyCharm on Windows 10/11
Install Python 3.8 and Django 3+ on macOS - 2 of 9 - Install Python 3.8 with the Python Installer
Install Python 3.8 and Django 3+ on macOS - 8 of 9 - Using Different Python Versions on your System
Комментарии