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

Avoid unnecessary pyenv usage in environment setup #26088

Closed
wants to merge 1 commit into from

Conversation

deepyaman
Copy link
Contributor

Summary & Motivation

Resolve #26078

How I Tested These Changes

The change in instructions reflects how I set up my local environment. I haven't tested the Buildkite part yet.

Changelog

Avoided unnecessary pyenv usage in environment setup step of contributing guide.

1. Install a version of Python that Dagster supports. <DagsterVersion />

2. Create and activate a virtualenv, using the tool of your choice. On macOS you can install `pyenv` with Homebrew:
1. [Install uv](https://docs.astral.sh/uv/getting-started/installation/). On macOS, you can install use `curl` to download the script and execute it with `sh`:
Copy link

Choose a reason for hiding this comment

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

There's a small typo in this line: "you can install use" should be either "you can install" or "you can use"

Spotted by Graphite Reviewer

Is this helpful? React 👍 or 👎 to let us know.

@deepyaman deepyaman closed this Nov 21, 2024
@deepyaman deepyaman deleted the docs/use-uv-venv branch November 21, 2024 21:34
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

Successfully merging this pull request may close these issues.

Avoid unnecessary pyenv usage in environment setup
1 participant