GithubHelp home page GithubHelp logo

Comments (4)

PekeDevil avatar PekeDevil commented on July 18, 2024

What is exactly the command you use? If you run `rabe --s AC17CP, what is the output?

from rabe.

Keeeeeeeks avatar Keeeeeeeks commented on July 18, 2024
zsh: command not found: rabe

$ rabe % ls
Cargo.lock      LICENSE         benches         src
Cargo.toml      README.md       rabe-console    target

$ rabe % cd rabe-console

$ rabe-console % rabe --s AC17CP setup

zsh: command not found: rabe ```

command isn't found. I tried installing rabe and running the executable mentioned in the rabe-console step, and got the error mentioned in the first comment

from rabe.

PekeDevil avatar PekeDevil commented on July 18, 2024

Okay, I think you may be messing up some commands. There are three options to build rabe-console:

  1. From the parent directory using cargo run -p rabe-console
  2. From the rabe-console directory using cargo run
  3. Using cargo build --release and then run the executable ./target/release/rabe

After you have compiled rabe, to use the command line interface, you can run commands from the directory in which you want to have your project rabe --s AC17CP setup (for example).

I think what is happening to you is that:

  1. You're mixing up the compiling commands with the running commands.
  2. You're trying to have your project folder inside the rabe directory.

Can you please check the above and tell us if the issue goes away? :)

from rabe.

georgbramm avatar georgbramm commented on July 18, 2024

If you still need help please contact us again here

from rabe.

Related Issues (14)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.