1

Windows 10.1 installed python 2.7 installed

I have an application package that has a file named install.sh and the read me states to run the install.sh file. I have tried numerous times to execute the .sh file without success. I get a name error and that install is not defined. What is the proper syntax to execute the .sh file as directed in my read me?

asked Nov 29, 2014 at 16:15

1 Answer 1

1

You need to have a Bash shell installed to run .sh files. Easy options include Git Bash and Cygwin.

answered Nov 29, 2014 at 16:19
Sign up to request clarification or add additional context in comments.

2 Comments

Ok I have Cygwin and I have no idea what the syntax is to install an .sh file. Can you please assist?
Change to the directory where the file is using the cd command. Then, run the file by typing ./install.sh and it should work.

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.