Open
Description
Environment details
- Operating System+version: Windows 11
- Compiler+version: Visual Studio 2022
- Conan version: 2.0.4
- Python version: 3.11.0
Steps to reproduce
- Create a project with a consumer file (e.g. conanfile.txt)
- Create a
.conanrc
file containing an alternate conan_home - Navigate to an unrelated directory
- do a
conan install
on the recipe - The
.conanrc
file will not be found
Looking at the source I found it starts the search from the cwd rather than the recipe directory.
Logs
No response