Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign updiesel_cli do nothing #843
Comments
This comment has been minimized.
AlexNav73
commented
Apr 17, 2017
|
The problem was in my PATH environment variable. When I append PATH with value of |
AlexNav73
closed this
Apr 17, 2017
EloD10
referenced this issue
Jan 6, 2018
Closed
Link/Libpq Error during diesel_cli compilation #1454
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
AlexNav73 commentedApr 5, 2017
•
edited
Hi, I faced a strange issue when I try to use diesel_cli
I install latest version of
diesel_cli 0.12.0using command:cargo install diesel_cli --no-default-features --features=postgres. Installation finished successfully, but when I try to run binary I have no output at all. I tried all subcommands and every time I haven't got any output. Binary just do nothing.I git cloned this repo and installed
diesel_clidirrectly from repo. It didn't help.Then I started puting
println!(...)in src of this repo and see, what will happend. Finnaly I get"before find_migrations_directory"printed when I do thisbut if I remove first
returnit will do nothing again (and no output too).I setted up
PQ_LIB_DIR,DATABASE_URLTested on Windows 10 and 7