CleanCut / green

Green is a clean, colorful, fast python test runner.
MIT License
785 stars 75 forks source link

running green #233

Closed elsaVelazquez closed 3 years ago

elsaVelazquez commented 3 years ago

Hello, I am not sure why green command won't run. I realize this may be outside the scope of the course, but possibly there is some kernel situation, or should I have added something to PATH variables? I am not using zbash, it is just bash. Thanks!!

Screen Shot 2020-10-11 at 8 09 40 PM Screen Shot 2020-10-11 at 8 15 58 PM
elsaVelazquez commented 3 years ago

Ok, I solved this. For others, I added this to the end of my ./bashrc file and green worked:

export PATH=/Library/Frameworks/Python.framework/Versions/3.8/bin$PATH