Python on Rocky Linux: Difference between revisions

From Cramsession
Jump to navigationJump to search
✍️ Verified Author: MflavellClick to view professional profile & credentials
(Created page with " Install python on rocky linux: sudo dnf install python3.11 -y sudo dnf install python3.11-pip -y")
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
[[Computer Notes]] > [[Linux]] > Editing Python on Rocky Linux


Install python on rocky linux:
Install 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