Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rebel-readline global as at $HOME/.lein/profiles.clj troubleshooting #207

Open
touxstone opened this issue Jul 13, 2020 · 1 comment
Open

Comments

@touxstone
Copy link

Hi, nice people. Would anyone know to tell what I am doing wrong? I'd appreciate it. I got the following script as $HOME/.lein/profiles.clj

{
 :user {:dependencies [[com.bhauman/rebel-readline "0.1.4"]]
        :aliases {"rebl" ["trampoline" "run" "-m" "rebel-readline.main"]}}

 }

but whenever I call it by $ lein rebl I got the following output: (It is not supposed being a global call for rebel-readline helper to repl)? ($ lein repl rather, works as expected)

Couldn't find project.clj, which is needed for [trampoline run -m rebel-readline.main]
@vemv
Copy link

vemv commented Feb 6, 2021

Couldn't find project.clj indicates that you didn't run your lein rebl command inside a Lein project. Did you try that?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants