I am trying to do python scripting as sudo
user and execute the following command, Please help me
import os
os.system ('/usr/bin/ ruby -e “$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)”')
Error:: /usr/bin/ is a directory
Thanks in advance who are all helping to give the answer and appreciated :)