My laptop was formatted and a new OS was installed, and since then I get this error: ImportError: there is no module named git
This refers to python code that just imports git.
Git location before formatting my laptop: / usr / local / bin / git Git location after formatting my laptop: / usr / bin / git
How / what can I change in my Python code to reference the correct path?
git python
Javadeveloper
source share