Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

install pip arch linux

# Arch Linux
sudo pacman -S python2-pip                #Python 2

sudo pacman -S python-pip                #Python 3
Comment

Install PIP ArchLinux

1. Enable the extra repository on /etc/pacman.conf:

[extra]
Include = /etc/pacman.d/mirrorlist

2. Install python-pip zst package:
sudo pacman -Syu python-pip
Comment

PREVIOUS NEXT
Code Example
Shell :: echo date in bash 
Shell :: rename heroku app local 
Shell :: how to open appimage in linux 
Shell :: The "@angular/compiler-cli" package was not properly installed. 
Shell :: how to run spigot server using bat 
Shell :: chmod x command 
Shell :: bash make script 
Shell :: rails aborted! TypeError: superclass mismatch for class Command 
Shell :: bash switch case 
Shell :: base64 decode command line ubuntu 
Shell :: git squash last 2 commits 
Shell :: liburcu ubuntu install 
Shell :: how to open files from linux terminal 
Shell :: git heroku commit 
Shell :: ubuntu iso download 
Shell :: asyncstorage community 
Shell :: homebrew installation 
Shell :: install spectacle brew 
Shell :: docker splunk 
Shell :: how to verify my ssh key password 
Shell :: conda install keyboard 
Shell :: how to activate virtual environment in ubuntu 20.04 
Shell :: how to create a file with a given size in linux? 
Shell :: ssh connect with specific port 
Shell :: brew install docker 
Shell :: linux unrar multiple files 
Shell :: git create new branch from current 
Shell :: set up ssh windows 10 
Shell :: gcloud check region 
Shell :: macos install ruby 
ADD CONTENT
Topic
Content
Source link
Name
6+8 =