Hi Jamis!

Thank you for answering.

force reinstall does not help either :-(


see below:

    $ ruby -v
    ruby 1.8.5 (2006-08-25) [i486-linux]
    $ gem -v
    0.9.0
    $ which gem
    /usr/bin/gem
    $ ls /usr/bin/gem
    /usr/bin/gem
    $ ls /usr/bin/cap
    ls: /usr/bin/cap: No such file or directory
    $ gem list

    *** LOCAL GEMS ***

    actionmailer (1.3.3)
        Service layer for easy email delivery and testing.

    actionpack (1.13.3)
        Web-flow and rendering framework putting the VC in MVC.

    actionwebservice (1.2.3)
        Web service support for Action Pack.

    activerecord (1.15.3)
        Implements the ActiveRecord pattern for ORM.

    activesupport (1.4.2)
        Support and utility classes used by the Rails framework.

    capistrano (1.4.1)
        Capistrano is a framework and utility for executing commands in
        parallel on multiple remote machines, via SSH. The primary goal is
        to simplify and automate the deployment of web applications.

    deprec (1.7.1)
        deployment recipes for capistrano

    needle (1.3.0)
        Needle is a Dependency Injection/Inversion of Control container for
        Ruby. It supports both type-2 (setter) and type-3 (constructor)
        injection. It takes advantage of the dynamic nature of Ruby to
        provide a rich and flexible approach to injecting dependencies.

    net-sftp (1.1.0)
        Net::SFTP is a pure-Ruby implementation of the SFTP client protocol.

    net-ssh (1.1.1)
        Net::SSH is a pure-Ruby implementation of the SSH2 client protocol.

    rails (1.2.3)
        Web-application framework with template engine, control-flow layer,
        and ORM.

    rake (0.7.3)
        Ruby based make-like utility.

    RedCloth (3.0.4)
        RedCloth is a module for using Textile and Markdown in Ruby. Textile
        and Markdown are text formats.  A very simple text format. Another
        stab at making readable text that can be converted to HTML.

    sources (0.0.1)
        This package provides download sources for remote gem installation



    $ sudo gem install capistrano -y -f
    Password:
    Need to update 2 gems from http://gems.rubyforge.org
    ..
    complete
    Successfully installed capistrano-1.4.1
    $ cap
    bash: cap: command not found
    $

:-(

any other idea?

Thanx,
Udi.



Jamis Buck wrote:

> Does "ruby -v" do anything? (e.g., is ruby in your path?) How about  
> "gem -v"? Is there a 'cap' script in the same directory as your 'gem'  
> command?
>
> If all else fails, you might just try reinstalling the capistrano gem.
>
> - Jamis
>
> On Jun 4, 2007, at 7:12 AM, Udi Oron wrote:
>
>   
>> Hi!
>>
>> capistrano appears correctly on gem list, but I get:
>> bash: cap: command not found
>> when trying to execute 'cap'.
>>
>> Please advice!
>>
>> Thank you,
>> Udi
>>
>>
>>     
>
>
> >
>
>   


--~--~---------~--~----~------------~-------~--~----~
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/capistrano
-~----------~----~----~----~------~----~------~--~---

Reply via email to