Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

install python 3.6 cli

Prerequisities:
sudo apt-get install libreadline-gplv2-dev libncursesw5-dev libssl-dev libsqlite3-dev tk-dev libgdbm-dev libc6-dev libbz2-dev

Download Python3.6:
cd /usr/src
sudo wget https://www.python.org/ftp/python/3.6.10/Python-3.6.10.tgz

Extract Package:
sudo tar xzf Python-3.6.10.tgz 

Compile Python Source:
cd Python-3.6.10
sudo ./configure --enable-optimizations
sudo make altinstall

Check Python Version:
python3.6 -V
Comment

PREVIOUS NEXT
Code Example
Shell :: create branch git command 
Shell :: dpkg: command not found 
Shell :: linux bash assign variable 
Shell :: typescript compile specific file 
Shell :: container registry permissions gcp 
Shell :: zsh slow cd 
Shell :: top running port 
Shell :: move folder from one directory to another in linux 
Shell :: xstate install 
Shell :: How to use Git for Unity3D source control? 
Shell :: linux create file without content 
Shell :: laravel sanctum auth setup 
Shell :: how to create a script raspberry pi 
Shell :: delete history linux range 
Shell :: mac bash_profile file not b eing sources 
Shell :: windows powershell 
Shell :: command to upgrade broken/not upgraded packages on Ubuntu 
Shell :: kube dashboard expose access port 
Shell :: bash command to move all files to a dir 
Shell :: spoof commit date 
Shell :: ffmpeg green screen 
Shell :: linux bash test connection to host and port 
Shell :: screen recorder mint 
Shell :: kubernetes show all 
Shell :: copying a file from a server to a local folder 
Shell :: aws create repository cli 
Shell :: git reset uncommitted changes 
Shell :: docker compose recreate 
Shell :: bash log function 
Shell :: format new disc linux 
ADD CONTENT
Topic
Content
Source link
Name
3+3 =