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

Update contributing doc #574

Merged
merged 1 commit into from
Feb 4, 2025

Conversation

dentiny
Copy link
Contributor

@dentiny dentiny commented Feb 4, 2025

When I'm setting up the python dependency, I found existing command doesn't work on my end.

Error message is

[/workspaces/pg_duckdb] (hjiang/support-interval-type-2) 
postgres@dd042a1658a0$ pip3 -m venv

Usage:   
  pip3 <command> [options]

no such option: -m
[/workspaces/pg_duckdb] (hjiang/support-interval-type-2) 
postgres@dd042a1658a0$ pip -m venv

Usage:   
  pip <command> [options]

no such option: -m

Instead, python -m venv env seems to be the correct command

[/workspaces/pg_duckdb] (hjiang/support-interval-type-2) 
postgres@dd042a1658a0$ python3 -m venv env
[/workspaces/pg_duckdb] (hjiang/support-interval-type-2) 
postgres@dd042a1658a0$ echo $?
0

Copy link
Collaborator

@JelteF JelteF left a comment

Choose a reason for hiding this comment

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

I think this has simply just been always incorrect. Thanks!

@JelteF JelteF merged commit 7d94470 into duckdb:main Feb 4, 2025
5 checks passed
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.

2 participants