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

Add example of creating another virtual environment name #3544

Closed
wants to merge 1 commit into from

Conversation

zanieb
Copy link
Member

@zanieb zanieb commented May 13, 2024

Closes #3540

@zanieb zanieb added the documentation Improvements or additions to documentation label May 13, 2024
@@ -68,7 +68,8 @@ pacman -S uv
To create a virtual environment:

```shell
uv venv # Create a virtual environment at .venv.
uv venv # Create a virtual environment at `.venv`.
uv venv foo # Create a virtual environment at `foo`.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mixed on this -- the example in the next section now isn't applicable to both (source .venv/bin/activate).

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah I'm mixed on this spot too. Should we create a dedicated venv section?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Or a more general usage section separate from getting started?

@zanieb zanieb closed this May 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Custom name of directory instead of ".venv" for multiple envs inside the same project
2 participants