H
H
howuu2019-10-01 16:01:27
Python
howuu, 2019-10-01 16:01:27

Find differences between my package and pip version?

In general, I locally made changes in one of the files of the package that I installed via pip, it was a few months ago and I don’t remember what exactly I fixed so that it would work, now I installed this package on the server and remembered about it, is there a command to compare the version that is currently in pip with the one I have, to understand the difference?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Stanislav Pugachev, 2019-10-01
@Stqs

theoretically, you can find the sources of this pip package somewhere on github
clone the repository
then copy the sources from site-packages to this repository
do git diff

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question