NF: trx --debug to help with environment mismatch#106
NF: trx --debug to help with environment mismatch#106skoudoro merged 1 commit intotee-ar-ex:masterfrom
trx --debug to help with environment mismatch#106Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #106 +/- ##
==========================================
- Coverage 61.75% 60.95% -0.80%
==========================================
Files 13 13
Lines 2536 2574 +38
==========================================
+ Hits 1566 1569 +3
- Misses 970 1005 +35
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
I like the |
|
make sense, I hesitated to add this information about pyenv. I updated this to make it more generic. see a70da17 |
|
Hi @frheault, is it ok if I merge this and cut a release for TRX ? Thanks in advance for the feedback |
|
LGTM, works well, you can go ahead and merge. This should indeed help later on |
|
Thanks |
Small PR to fix #104
This PR Introduced a
--debugflag to thetrxCLI, which prints detailed diagnostics about the Python interpreter, installed package location, and dependency status, then exits.it should help user (and us) to troubleshoot and avoid the issue encountered in #86