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

Publicado el: 26 julio 2025
en el canal de: 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


En esta página del sitio puede ver el video en línea Learn Python with Kingsuk #00.01: Installing Python 3 13 on Manjaro Linux de Duración hora minuto segunda en buena calidad , que subió el usuario Learn With Kingsuk 26 julio 2025, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 131 veces y le gustó 4 a los espectadores. Disfruta viendo!