You are not logged in.

#1 2021-03-30 13:27:21

asdru
Member
Registered: 2020-05-01
Posts: 10

Conan C/C++ package manager installed with pip

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

$ conan

bash: conan: command not found

So now I wonder how to use pip packages, specifically Conan, on Arch Linux

Offline

#2 2021-03-30 13:37:07

schard
Forum Moderator
From: Hannover
Registered: 2016-05-06
Posts: 2,688
Website

Re: Conan C/C++ package manager installed with pip

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 conan

Last edited by schard (2021-03-30 13:38:00)


Inofficial first vice president of the Rust Evangelism Strike Force

Offline

#3 2021-03-30 14:34:24

asdru
Member
Registered: 2020-05-01
Posts: 10

Re: Conan C/C++ package manager installed with pip

No, I sow that the recommended way was using pip, so I tried that way, pacman says that there is no conan package smile
I will try with yay! thanks

Last edited by asdru (2021-03-30 14:34:41)

Offline

Board footer

Powered by FluxBB