You are not logged in.
When I found the Conan package manager for C/C++, I immediately wanted to try it out. So I installed pip and the conan package as the official guide recommends, but then, when I tried to run the package, my bash said
$ conanbash: conan: command not found
So now I wonder how to use pip packages, specifically Conan, on Arch Linux
Offline
Why did you install pip? The documentation you referred to suggest to install conan from the AUR on Arch Linux (either by using yay or makepkg).
Did you do that? What's the output of
pacman -Qi conan
pacman -Ql conanLast edited by schard (2021-03-30 13:38:00)
Inofficial first vice president of the Rust Evangelism Strike Force
Offline
No, I sow that the recommended way was using pip, so I tried that way, pacman says that there is no conan package ![]()
I will try with yay! thanks
Last edited by asdru (2021-03-30 14:34:41)
Offline