Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OS X Yosemite “sed: illegal option -- r” fatal error #1526

Closed
doflink opened this issue Nov 9, 2016 · 3 comments
Closed

OS X Yosemite “sed: illegal option -- r” fatal error #1526

doflink opened this issue Nov 9, 2016 · 3 comments

Comments

@doflink
Copy link

doflink commented Nov 9, 2016

I'm using fabric to deploy a system on MAC. However, I got the following issue.

[localhost] out: sed: illegal option -- r
[localhost] out: usage: sed script [-Ealn] [-i extension] [file ...]
[localhost] out: sed [-Ealn] [-i extension] [-e script] ... [-f script_file] ... [file ...]
[localhost] out:

Fatal error: run() received nonzero return code 1 while executing!

The configuration of the machine:
MAC OS: OS X Yosemite
version 10.10.2
Fabric 1.10.2
Paramiko 1.15.2
Python 2.7.10

@bitprophet
Copy link
Member

Rolling into PR discussion.

@sablesoft
Copy link

just use 'sed -E' instead 'sed -r'

@ayobamiseun
Copy link

how do you fix this on vscode

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants