Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 409 Bytes

installing-screen.md

File metadata and controls

22 lines (18 loc) · 409 Bytes

Installing Screen

I recomend using Screen to launch python headless

To install pip on Ubuntu, Debian or Linux Mint:

sudo apt-get install screen

To install pip on Fedora:

sudo yum install screen

To install pip on CentOS, first enable EPEL repository, and then run:

sudo yum install screen

To install pip on Archlinux:

sudo pacman -S screen