-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Description
- I am on the latest Poetry version.
- I have searched the issues of this repo and believe that this is not a duplicate.
- [] If an exception occurs when executing a command, I executed it again in debug mode (
-vvvoption).
- OS version and name: macOS 10.14.6 Ubuntu 18.04.3 LTS
- Poetry version: 0.12.17
- Link of a Gist with the contents of your pyproject.toml file: https://gist.github.com/jackemuk/8472c7f58fde02555ab6dc9d68891a91
Issue
From time to time I clean out the installed packages by running "pip freeze | xargs pip uninstall -y" to make sure I have the necessary packages added to pyproject.toml file via poetry. When I run poetry install, it will install all the dependencies but it also creates a .egg-info and installs my project into the site-packages. I then have to run pip uninstall project-name to uninstall my current project.
This doesn't seem correct since i'm not creating a build. If I run poetry update, only the dependencies are installed, but all package versions are also updated.
Running poetry install should only install the project dependencies, not install the current project into the site packages.
I have run poetry self:update and it will only update to version 0.12.17 and will not update to 1.0.0b1