Guest User

Untitled

a guest
Jul 16th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. #!/bin/sh
  2. pip freeze > packages.txt
  3. for i in $(awk -F "==" '{print $1}' packages2.txt)
  4. do
  5. sudo pacman -S --needed --force --noconfirm python-$i
  6. done
Add Comment
Please, Sign In to add comment