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

Veröffentlicht am: 26 Juli 2025
auf dem Kanal: 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


Auf dieser Seite können Sie das Online-Video Learn Python with Kingsuk #00.01: Installing Python 3 13 on Manjaro Linux mit der Dauer stunde minuten sekunde in guter Qualität ansehen, das der Benutzer Learn With Kingsuk 26 Juli 2025 hochgeladen hat, den Link mit Freunden und Bekannten teilen, dieses Video wurde auf Youtube bereits 131 Mal angesehen und es wurde von 4 den Zuschauern gefallen. Viel Spaß beim Betrachtenden Zuschauern gefallen!