Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Installation of git dependencies #20

Open
Yarn opened this issue Apr 7, 2023 · 2 comments
Open

Feature Request: Installation of git dependencies #20

Yarn opened this issue Apr 7, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@Yarn
Copy link

Yarn commented Apr 7, 2023

It would be nice to be able to install git dependencies in wenv. I suspect the only thing needed for this to work is to have git installed inside the wine bottle.

@s-m-e s-m-e added the enhancement New feature or request label Apr 7, 2023
@s-m-e
Copy link
Member

s-m-e commented Apr 7, 2023

Indeed, this would a nice-to-have feature. PR welcome, else added to my to-do list but it might take a while.

@Yarn
Copy link
Author

Yarn commented Aug 31, 2023

i figured out how to install git in the wenv wine environment

fish shell code

# replace `~/venv/` with path to your virtual environment
set -x WINEPREFIX ~/venv/share/wenv/win32/
# can also download manually
wget 'https://github.com/git-for-windows/git/releases/download/v2.42.0.windows.1/Git-2.42.0-32-bit.exe'

# run through the installer gui
# for me it hung indefinitely at the end of the install
# but it seems to have finished the install before hanging
wine Git-2.42.0-32-bit.exe

a normal wenv pip install <package> will then work with git dependencies

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants