raiden00pl commented on PR #17055:
URL: https://github.com/apache/nuttx/pull/17055#issuecomment-3317426705

   But what's the point of using two different dependency managers? `pipenv` is 
meant to replace both `virtualenv` and `requirements.txt`. If you use both, you 
risk dependency drift - different versions in each file (`Pipfile.lock` and 
`requirements.txt`), which leads to confusion. 
   `pip install` doesn't even work on some OSes (like Arch Linux) and you have 
to use virtualenv to build nuttx doc.
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to