- 27
- 70 449
karkiGeek
India
เข้าร่วมเมื่อ 9 เม.ย. 2015
Thank you for your interest. We are here to help You Learn to Solve Technical Challenges and Grow Your Career!
I love Information Technology!
My goal is to help people.
All the Best on Your Journey!
karkiGeek
I love Information Technology!
My goal is to help people.
All the Best on Your Journey!
karkiGeek
from Source Python on Ubuntu: Install or Upgrade to the Latest Version | Install Python on Ubuntu
Python on Ubuntu: Install or Upgrade to the Latest Version | Install Python on Ubuntu from Source
Learn how to install Python on Ubuntu using source code in this easy-to-follow steps!
Whether you're a beginner or a seasoned developer, this guide has everything you need to get started.
We cover:
Updating your system
Installing essential tools and libraries
Downloading and building Python from source
Cleaning up unnecessary files
Commands and steps are available in the description for your convenience.
Update the system
sudo apt update && sudo apt upgrade -y
Install required tools and libraries
sudo apt install -y build-essential zlib1g-dev libncurses5-dev libgdbm-dev libnss3-dev \
libssl-dev libsqlite3-dev libreadline-dev libffi-dev wget curl libbz2-dev
_____________________________
sudo apt install build-essential zlib1g-dev libncurses5-dev libgdbm-dev libnss3-dev libssl-dev libreadline-dev libffi-dev wget
Download the Python source code
wget www.python.org/ftp/python/X.Y.Z/Python-X.Y.Z.tgz
(Replace X.Y.Z with your desired Python version (e.g., 3.12.3))
Extract the downloaded tarball
tar -xf Python-X.Y.Z.tgz
Configure Python for your system
./configure --enable-optimizations
Build and install Python
sudo make altinstall
Clean up unnecessary files
cd ..
rm -rf Python-X.Y.Z Python-X.Y.Z.tgz
Don’t forget to like, share, and subscribe to Geek Guy for more awesome content! Stay curious and keep coding!
Learn how to install Python on Ubuntu using source code in this easy-to-follow steps!
Whether you're a beginner or a seasoned developer, this guide has everything you need to get started.
We cover:
Updating your system
Installing essential tools and libraries
Downloading and building Python from source
Cleaning up unnecessary files
Commands and steps are available in the description for your convenience.
Update the system
sudo apt update && sudo apt upgrade -y
Install required tools and libraries
sudo apt install -y build-essential zlib1g-dev libncurses5-dev libgdbm-dev libnss3-dev \
libssl-dev libsqlite3-dev libreadline-dev libffi-dev wget curl libbz2-dev
_____________________________
sudo apt install build-essential zlib1g-dev libncurses5-dev libgdbm-dev libnss3-dev libssl-dev libreadline-dev libffi-dev wget
Download the Python source code
wget www.python.org/ftp/python/X.Y.Z/Python-X.Y.Z.tgz
(Replace X.Y.Z with your desired Python version (e.g., 3.12.3))
Extract the downloaded tarball
tar -xf Python-X.Y.Z.tgz
Configure Python for your system
./configure --enable-optimizations
Build and install Python
sudo make altinstall
Clean up unnecessary files
cd ..
rm -rf Python-X.Y.Z Python-X.Y.Z.tgz
Don’t forget to like, share, and subscribe to Geek Guy for more awesome content! Stay curious and keep coding!
มุมมอง: 40
วีดีโอ
Install Python on Ubuntu using Repository | ppa:deadsnakes/ppa | Upgrade Python 3.10.12 to 3.12.1
มุมมอง 37วันที่ผ่านมา
Welcome to this step-by-step tutorial with Savin! 🎥 Install Python on Ubuntu using Repository | ppa:deadsnakes/ppa | Upgrade Python 3.10.12 to 3.12.1 In this video, you’ll learn: How to install Python 3.12.1 on Ubuntu 22.04 How to set Python 3.12.1 as the default version using update-alternatives How to update pip for the new Python version By the end of this tutorial, you’ll have Python 3.12.1...
How to Install and Set Python 3.12.1 as Default on Ubuntu | Python 3.10.12 to 3.12.1 Upgrade 22.04
มุมมอง 59วันที่ผ่านมา
Welcome to this step-by-step tutorial with Savin! 🎥 How to Install and Set Python 3.12.1 as Default on Ubuntu | Python 3.10.12 to 3.12.1 Upgrade 22.04 and Set Python 3.12.1 as Default on Ubuntu 22.04 #karkiGeek In this video, you’ll learn: How to install Python 3.12.1 on Ubuntu 22.04 How to set Python 3.12.1 as the default version using update-alternatives How to update pip for the new Python v...
How to Install Windows 11 | Bypass Network | Skip Microsoft account | Internet Setup in Windows 11!
มุมมอง 647วันที่ผ่านมา
Are you looking to install Windows 11 on a fresh system but want to bypass the mandatory internet connection? This step-by-step tutorial shows you how to do it effortlessly! How to Install Windows 11 on a Fresh System | Bypass Network Requirements Easily! In this video, we'll cover: ✅ Opening Command Prompt with Shift F10 ✅ Using the OOBE\BYPASSNRO command ✅ Restarting the system and continuing...
How to Install Windows 11 on a Fresh System | Bypass Network | No Wi-Fi? Install Windows 11 Offline!
มุมมอง 112วันที่ผ่านมา
Are you looking to install Windows 11 on a fresh system but want to bypass the mandatory internet connection? This step-by-step tutorial shows you how to do it effortlessly! How to Install Windows 11 on a Fresh System | Bypass Network Requirements Easily! In this video, we'll cover: ✅ Opening Command Prompt with Shift F10 ✅ Using the OOBE\BYPASSNRO command ✅ Restarting the system and continuing...
🔥 Learn how to install OpenSSH on Ubuntu in this quick and easy step-by-step guide! 🔥 #karkigeek
มุมมอง 34วันที่ผ่านมา
🔥 Learn how to install OpenSSH on Ubuntu in this quick and easy step-by-step guide! 🔥 OpenSSH is essential for setting up secure remote access on your Ubuntu system. Whether you're a beginner or a pro, this tutorial will guide you through: 1️⃣ Updating your system. 2️⃣ Installing OpenSSH Server. 3️⃣ Starting and enabling the SSH service. 4️⃣ Testing your SSH setup using PuTTY. 💡 BONUS: Includes...
How to Find CRN Number in MeroShare by Android Device | CRN | javascript | by Inspect Elements |2021
มุมมอง 1.6K3 ปีที่แล้ว
How to Find CRN Number in MeroShare by Android Device | CRN | javascript | by Inspect Elements |2021
Fixed:- Connection is Not Private error in Google Chrome | NET::ERR_CERT_COMMON_NAME_INVALID 2021
มุมมอง 16K3 ปีที่แล้ว
Fixed:- Connection is Not Private error in Google Chrome | NET::ERR_CERT_COMMON_NAME_INVALID 2021
How to inspect an element on Android devices | Developer Tools On Android | karkiGeek
มุมมอง 1.5K3 ปีที่แล้ว
How to inspect an element on Android devices | Developer Tools On Android | karkiGeek
How to Enable Inspect Element on Chrome Browser on Android | Edit html in Android | karkiGeek
มุมมอง 24K3 ปีที่แล้ว
How to Enable Inspect Element on Chrome Browser on Android | Edit html in Android | karkiGeek
How to Bind Mac to Active Directory | macOS Domain Join | Domain join Mac OS Sierra | karkiGeek
มุมมอง 1.5K3 ปีที่แล้ว
How to Bind Mac to Active Directory | macOS Domain Join | Domain join Mac OS Sierra | karkiGeek
FIX Unable to Add Server | Authentication Server Could Not Be Contacted | Host Not Found | karkiGeek
มุมมอง 8K3 ปีที่แล้ว
FIX Unable to Add Server | Authentication Server Could Not Be Contacted | Host Not Found | karkiGeek
How to Join Domain to macOS Sierra 10.12 | Bind a Mac to Active Directory | Join to AD | karkiGeek
มุมมอง 4573 ปีที่แล้ว
How to Join Domain to macOS Sierra 10.12 | Bind a Mac to Active Directory | Join to AD | karkiGeek
How to Disable Automatic Updates | Windows Server 2016 & 2019 | karkiGeek
มุมมอง 4.3K3 ปีที่แล้ว
How to Disable Automatic Updates | Windows Server 2016 & 2019 | karkiGeek
Fixed : This Channel Doesn't Have Any Content | Home Page Fix | Video Not Showing | karkiGeek
มุมมอง 9K3 ปีที่แล้ว
Fixed : This Channel Doesn't Have Any Content | Home Page Fix | Video Not Showing | karkiGeek
How to Move Taskbar Bottom to Left in Windows 7 | karkiGeek
มุมมอง 543 ปีที่แล้ว
How to Move Taskbar Bottom to Left in Windows 7 | karkiGeek
CMD - HOW TO FIND WIFI PASSWORD In Windows 10 / 11 | karkiGeek
มุมมอง 1393 ปีที่แล้ว
CMD - HOW TO FIND WIFI PASSWORD In Windows 10 / 11 | karkiGeek
Laptop & Desktop बाटै CRN Number थाहा पाउनुहोस् यसरी | How to Find CRN No In Mero Share From Mobile
มุมมอง 2.2K3 ปีที่แล้ว
Laptop & Desktop बाटै CRN Number थाहा पाउनुहोस् यसरी | How to Find CRN No In Mero Share From Mobile
Very informative videos
So nice of you