I am using the terminal in VS code on a Mac to run Python code, and with every command I return whether it results in an error or not, I get the following before my output:
sed: illegal option -- r
usage: sed script [-Ealn] [-i extension] [file ...]
sed [-Ealn] [-i extension] [-e script] ... [-f script_file] ... [file ...]
I have no idea how this began showing up and no idea how to get rid of it.
Can someone please help point me in the right direction of removing this from my output?