Poetry ignores virtualenvs.in-project when initialized within a conda environment #4050
Closed
2 of 3 tasks
Labels
kind/bug
Something isn't working as expected
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 (
-vvv
option).OS version and name: macOs 10.15.7
Poetry version: 1.1.6
Link of a Gist with the contents of your pyproject.toml file:
Issue
When creating a new project with
poetry init
inside an activatedconda
environment, Poetry will install packages into that environment rather than creating a local virtual env in.venv
.Since
virtualenvs.create
andvirtualenvs.in-project
are bothtrue
, I would expect the virtualenv path to be.venv
within the current folder rather than/usr/local/Caskroom/miniconda/base/envs/py38_poetry
The text was updated successfully, but these errors were encountered: