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

incorrect name virtualenv in Install.bat script #140

Open
avinashbhat09 opened this issue Oct 26, 2024 · 4 comments
Open

incorrect name virtualenv in Install.bat script #140

avinashbhat09 opened this issue Oct 26, 2024 · 4 comments

Comments

@avinashbhat09
Copy link

Looks like line no 40 (python -m virtualenv gimpenv3) in install.bat script has to be changed to python -m venv gimpenv3

@gblong1
Copy link
Contributor

gblong1 commented Oct 28, 2024

venv should be valid. Are you having issues with it vs virtualenv?

@avinashbhat09
Copy link
Author

Yes, with virtualenv it does not work (at least on windows + install.bat). If I modify it as venv it runs fine.

@gblong1
Copy link
Contributor

gblong1 commented Oct 28, 2024

Which version of Python are you using?

@avinashbhat09
Copy link
Author

python 3.11

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

No branches or pull requests

2 participants