Skip to content

Instantly share code, notes, and snippets.

@mttjohnson
Created May 9, 2019 21:31
Show Gist options
  • Save mttjohnson/33ae42ed2c39f80916ab29bf1465baab to your computer and use it in GitHub Desktop.
Save mttjohnson/33ae42ed2c39f80916ab29bf1465baab to your computer and use it in GitHub Desktop.
Replacing python pip dependency for development contributions
# Find the installed path for the package
pip show gitman
cd /usr/local/lib/python3.7/site-packages
# install gitman from
pip install git+ssh://[email protected]/mttjohnson/gitman.git@feature/repo-rebuild
# If you've hacked up what is currently installed, you may need to uninstall and reinstall
pip uninstall gitman
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment