Celeb Glow
news | April 02, 2026

Try to installing git on pipenv

I'd like to install ERP software and I want to install it using pipenv as package management. First of all the dependencies is listed in odoo github and I'd like to copy it to my computer. Apparently I don't have git so I tried to install it using pipenv install git but return this,

ERROR: Could not find a version that satisfies the requirement git (from versions: none)

ERROR: No matching distribution found for git

I could install git in the global but I tried to avoid this way since I want to isolate everything. Is there another way to make this works?

4 Reset to default

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy