Created
May 9, 2019 21:31
-
-
Save mttjohnson/33ae42ed2c39f80916ab29bf1465baab to your computer and use it in GitHub Desktop.
Replacing python pip dependency for development contributions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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