Forum Discussion

nikaro's avatar
nikaro
New Contributor
1 month ago
Solved

.env not seen as existing from Python

Hello, I tried to use the new local-env feature to pass credentials to Mistral Vibe but the `.env` is considered as not existing. Cf. https://github.com/mistralai/mistral-vibe/issues/302 >>> from ...
  • nikaro's avatar
    nikaro
    1 month ago

    My bad, path should be expanded before checking. `is_fifo()` is working fine then:

    >>> vibe_env.expanduser().is_fifo()
    True