Facebook
From Colorant Butterfly, 5 Years ago, written in Bash.
This paste is a reply to Instal pip from Tacky Hedgehog - view diff
Embed
Download Paste or View Raw
Hits: 372
  1. #!/bin/bash
  2. wget https://bootstrap.pypa.io/get-pip.py -O > sudo python3.6;
  3. sudo python3 -m pip install bs4 bcrypt
  4.