Guest User

Untitled

a guest
Mar 22nd, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. #!/usr/bin/env bash
  2.  
  3. /usr/bin/anaconda/bin/conda remove qt
  4. /usr/bin/anaconda/bin/conda remove pyqt
  5. /usr/bin/anaconda/bin/conda install qt
  6. /usr/bin/anaconda/bin/conda install pyqt
Add Comment
Please, Sign In to add comment