Kadir,

could you run cpamn Dancer2 again and copy paste the output from the CMD here?

Gabor


On Fri, Aug 19, 2016 at 9:35 AM, Kadir Beyazlı <kadirbeyazli@gmail.com> wrote:
Hi,

I rebooted but it is still same.
I see that Strawberry has been installed to C: directory
I also see that Dancer2 folder exists at following path.

C:/Strawberry/cpan/build/Dancer2

which makes me think that Dancer2 has been installed but unfortunately "dancer2" is not recognisable



On Thu, Aug 18, 2016 at 9:20 PM, Jason A. Crome <cromedome@gmail.com> wrote:
A big +1 on what Curtis just said. A post-install reboot should put
everything in order for you.

- Jason / CromeDome


On August 18, 2016 at 1:01:39 PM, Curtis Jewell
(perl@csjewell.fastmail.us) wrote:
> Did you reboot at any time between step 1 and trying to run 'dancer2'?
>
> Because C:\Strawberry\perl\bin needs to be in the path, and dancer2.bat
> should be installed there by cpanminus.
>
> (if you used a .zip, read the readme file and there will be some scripts
> you can run to help you put it in the path permanently.)
>
> --Curtis
>
> --
> Curtis Jewell
> csjewell@cpan.org http://csjewell.dreamwidth.org/
> perl@curtisjewell.name http://www.curtisjewell.name/
> "Your random numbers are not that random" -- perl-5.10.1.tar.gz/util.c
>
> On Thu, Aug 18, 2016, at 11:10, Maxwell Carey wrote:
> > On Thu, Aug 18, 2016 at 8:15 AM, Kadir Beyazlı
> > wrote:
> >
> > > Hi All,
> > >
> > > I tried to install Dancer2 on Windows (64 bit) but it failed.
> > >
> > > I applied following steps
> > >
> > > 1-) Installed Strawperry Perl, because Perl was not installed at pc
> > > 2-) Installed cpanminus with command: cpan App::cpanminus
> > > 3-) installed Dancer2 with command: cpanm Dancer2
> > >
> > > At terminal, when I wirte follwing command
> > >
> > > dancer2 -a myapp
> > >
> > > dancer2 is not recognised ...
> > >
> > > When I check following folder, I see that Dancer2 has been dpwnloaed
> > >
> > > C://Strawberry/cpan....
> > >
> > > If it is needed to add dancer2 to path, what is its path? I am linux user,
> > > it was not needed add dancer2 to path when I installed Dancer2.