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

[DOC] command line for setup virtual environment is wrong in the 4.1 documentation #7733

Closed
TLuesebrinck opened this issue Jan 3, 2024 · 4 comments

Comments

@TLuesebrinck
Copy link

python3 -m .venv # create a virtualenv

correct is:
python3 -m venv .venv # create a virtualenv

@fsbraun
Copy link
Sponsor Member

fsbraun commented Jan 3, 2024

@TLuesebrinck Well spotted! Can I ask you to create a PR against the release/4.1.x branch?

@TLuesebrinck
Copy link
Author

TLuesebrinck commented Jan 4, 2024 via email

@fsbraun
Copy link
Sponsor Member

fsbraun commented Jan 4, 2024

No worries, I can do it for you.

@fsbraun
Copy link
Sponsor Member

fsbraun commented Jan 4, 2024

Fixed in #7735

@fsbraun fsbraun closed this as completed Jan 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants