Skip to content

Avoid duplicate path specification in pip install#313

Merged
stefanv merged 1 commit intoscientific-python:mainfrom
stefanv:install-no-duplicate-path
Jan 23, 2026
Merged

Avoid duplicate path specification in pip install#313
stefanv merged 1 commit intoscientific-python:mainfrom
stefanv:install-no-duplicate-path

Conversation

@stefanv
Copy link
Member

@stefanv stefanv commented Jan 23, 2026

Because of muscle memory, it may be tempting to type spin install . as one would pip install .. This patch ensures that only one . is present in the command, otherwise it results in a conflict of the package with itself.

Because of muscle memory, it may be tempting to type `spin install .`
as one would `pip install .`. This patch ensures that only one `.` is
present in the command, otherwise it results in a conflict of the
package with itself.
@stefanv stefanv added the type: Enhancement New feature or request label Jan 23, 2026
@stefanv stefanv merged commit cf300ca into scientific-python:main Jan 23, 2026
17 of 18 checks passed
@stefanv stefanv added this to the 0.15 milestone Jan 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: Enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant