Problem with wget of setup_p2.sh

Hi I am at the very beginning trying to get set up. I tried cygwin but it could not find python. Based on the forums using this shell was suggested by Jeremy:

Unfortunately I am on windows 7 due to a compatibility issue on another project so I instead of trying this shell which is for windows 10 i am using git bash on windows 7. I installed wget from gist.github.com/evanwill/0207876c3243bbb6863e65ec5dc3f058

when i run wget on setup_p2.sh i get the following error:

$ wget http://files.fast.ai/files/setup_p2.sh
–2017-11-10 10:28:37-- http://files.fast.ai/files/setup_p2.sh
Resolving files.fast.ai (files.fast.ai)… 67.205.15.147
Connecting to files.fast.ai (files.fast.ai)|67.205.15.147|:80… connected.
HTTP request sent, awaiting response… 200 OK
Length: 2520 (2.5K) [application/x-sh]
setup_p2.sh: Permission denied

Cannot write to ‘setup_p2.sh’ (Bad file descriptor).

I am new to most of this so may be missing something obvious but have not found a solution via Google. any help or suggestions greatly appreciated, thanks

I managed to setup everything manually in win7 environment without cygwin or script files.
Maybe you want to try that also.

Thanks, that was easy. I just downloaded setup_p2.sh to my windows machine and put it in a folder where i could access it.

When I run bash setup_p2.sh on Linux Terminal after “aws configure”

I am getting the error as,

An error occurred (OptInRequired) when calling the CreateVpc operation: You are not subscribed to this service. Please go to http://aws.amazon.com to subscribe.
usage: aws [options] [ …] [parameters]
To see help text, you can run:

aws help
aws help
aws help
aws: error: argument --vpc-id: expected one argument
^Z
[1]+ Stopped bash setup_p2.sh

P.S I am using region as “ap-southeast-1”

refer http://wiki.fast.ai/index.php/AWS_install common issue related to AWS