Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Alias help



Hi, 

I made a following alias and put it in .zshrc;

alias pu ="pip3 list -o | sed "1,2 d" |cut -d ' ' -f1 |  xargs -n1 pip3 install -U”

And when I restart zsh, I got a following error;

/Users/akhst7/.zshrc:109: pip3 list -o | sed 1,2 not found.  

I’d appreciate any help on fixing this.

Thanks in advance. 




Messages sorted by: Reverse Date, Date, Thread, Author