Learn Python with Kingsuk #00.01: Installing Python 3 13 on Manjaro Linux

Published: 26 July 2025
on channel: Learn With Kingsuk
131
4

⚡ Learn With Kingsuk - Complete Engineering Education

👨‍🏫 Your Instructor: Kingsuk Majumdar, PhD (EE)
💻 Expertise: Electrical Machines, Power Systems, Power Electronics, Programming & IoT

📋 This Series: Python Programming - Complete Course from Zero to Expert
Video #00.01: Installing Python 3.13 on Manjaro Linux

🐍 What You'll Master in This Video:
✅ Complete Python 3.13 installation on Manjaro Linux
✅ Package manager setup and configuration
✅ Virtual environment preparation
✅ Path configuration and verification

🔧 Commands Used in This Video:
```bash
Check current Python version
python --version
python3 --version

Install Python 3.13 if needed
sudo pacman -S python python-pip python-virtualenv

Verify installation
python3 --version
pip --version
Navigate to your project directory
cd ~/EE_Projects/Lab01

Create virtual environment
python3 -m venv ee_lab_env

Activate virtual environment
source ee_lab_env/bin/activate

Your prompt should change to show (ee_lab_env)
Install packages specific to this project
pip install numpy matplotlib jupyter

Deactivate when done
deactivate

To delete a virtual environment use
rm -rf ee_lab_env
⚠️ Caution*: `rm -rf` is *dangerous
trash ee_lab_env
trash is safer ; to install in Arch/Manjaro use #sudo pacman -S trash-cli
#under virtual environment
pip install numpy matplotlib scipy pandas jupyter notebook ipykernel
```
🎯 Next Video: Learn Python with Kingsuk #00.02: Fixing Jupyter in VS code
   • Learn Python with Kingsuk #00 02: Fixing J...  

Hashtags:
#LearnWithKingsuk #134rnW17hK1N65uk #ElectricalEngineering #python #Engineering
#BCREC #TechnicalEducation #EngineeringStudent #PowerSystems #Tutorial


On this page of the site you can watch the video online Learn Python with Kingsuk #00.01: Installing Python 3 13 on Manjaro Linux with a duration of hours minute second in good quality, which was uploaded by the user Learn With Kingsuk 26 July 2025, share the link with friends and acquaintances, this video has already been watched 131 times on youtube and it was liked by 4 viewers. Enjoy your viewing!