Skip to content

Fix non-devel installs.#121

Merged
ericsnowcurrently merged 10 commits intopython:mainfrom
ericsnowcurrently:fix-inside-venv
Jan 4, 2022
Merged

Fix non-devel installs.#121
ericsnowcurrently merged 10 commits intopython:mainfrom
ericsnowcurrently:fix-inside-venv

Conversation

@ericsnowcurrently
Copy link
Copy Markdown
Member

(for #120)

In some cases the wrong files were getting installed.

Also, running from a development env (AKA, git checkout) causes pyperformance to get installed into a venv. However, pip treats this as a "develop" install and the venv basically has a link back to the original files (rather than making a copy). This lead to incorrect logic when detecting "is installed"

Both issues are resolved here.

@ericsnowcurrently ericsnowcurrently merged commit f9327fe into python:main Jan 4, 2022
@ericsnowcurrently ericsnowcurrently deleted the fix-inside-venv branch January 4, 2022 18:22
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.

1 participant