ARTICLE AD BOX
I use the Claude Code extension in Cursor IDE on Windows 25H2 Pro.
I specified which Python interpreter agents should use in AGENTS.md in my project:
## Python environment This project uses a Conda environment named `test`. All Python commands must use the Conda environment interpreter directly. Python executable: `C:\Usefuls\anaconda3\envs\test\python.exe` Do NOT use `python` or `pip` without an explicit path. Always run pip as: `C:\Usefuls\anaconda3\envs\test\python.exe -m pip`But Claude Code does not see it:
How can I get the Claude Code extension in Cursor IDE on Windows to use my Conda Python interpreter specified in AGENTS.md?
Note that agents used via Cursor's chat panel (not the Claude Code extension) are using the Python interpreter specified in AGENTS.md, i.e. they work fine.

