Running external Python script
Hi guys,
I'm trying to run an external Python script after the tests, but it not recognize the command. The sample is http://github.com/joaoasrosa/nunitexternalsources in the appveyor.yml file.
What I'm doing wrong?
Thanks
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
| ? | Show this help |
|---|---|
| ESC | Blurs the current field |
Comment Form
| r | Focus the comment reply box |
|---|---|
| ^ + ↩ | Submit the comment |
You can use Command ⌘ instead of Control ^ on Mac

Support Staff 1 Posted by Feodor Fitsner on 07 Aug, 2015 07:33 PM
pip installer sets PATH to codecov but it's not visible to the next command.
You should either pass exact path to codecov, or add its path to PATH variable explicitly.
2 Posted by joaoasrosa on 07 Aug, 2015 07:36 PM
Thanks Feodor, I will try and let you know the result.
A sex, 7/08/2015, 20:33, Feodor Fitsner <[email blocked]>
escreveu:
3 Posted by joaoasrosa on 08 Aug, 2015 06:45 AM
Hi Feodor,
Removing the --user worked.
Thanks for the tip.
Regards João Rosa
A sex, 7/08/2015, 20:35, João Rosa <[email blocked]> escreveu:
joaoasrosa closed this discussion on 23 Nov, 2016 03:48 PM.