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

Publicado em: 26 Julho 2025
no 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


Nesta página do site você pode assistir ao vídeo on-line Learn Python with Kingsuk #00.01: Installing Python 3 13 on Manjaro Linux duração hora minuto segundo em boa qualidade , que foi baixado pelo usuário Learn With Kingsuk 26 Julho 2025, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 131 vezes e gostou 4 espectadores. Boa visualização!