Advertisement
Guest User

Untitled

a guest
May 20th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. # Find the installed path for the package
  2. pip show gitman
  3.  
  4. cd /usr/local/lib/python3.7/site-packages
  5.  
  6. # install gitman from
  7. pip install git+ssh://git@github.com/mttjohnson/gitman.git@feature/repo-rebuild
  8.  
  9. # If you've hacked up what is currently installed, you may need to uninstall and reinstall
  10. pip uninstall gitman
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement