Python on Rocky Linux: Difference between revisions

From Cramsession
Jump to navigationJump to search
✍️ Verified Author: MflavellClick to view professional profile & credentials
No edit summary
No edit summary
 
Line 1: Line 1:
[Computer Notes] > [Linux] > Editing Python on Rocky Linux
[[Computer Notes]] > [[Linux]] > Editing Python on Rocky Linux





Latest revision as of 18:28, 10 March 2026

Computer Notes > Linux > Editing Python on Rocky Linux


Install python on rocky linux:

sudo dnf install python3.11 -y
sudo dnf install python3.11-pip -y