Skip to content

MantiCore can not be found in Linux after pip installation #2494

Answered by disconnect3d
ferdasonmez asked this question in Q&A
Discussion options

You must be logged in to vote

Hey, please use GitHub issues instead of discussions for issues.

If you did just pip install manticore without taking care of e.g. a Python virtual environment, the install likely ended with the following warning:

Which, as it says, means the script was installed to (in my case) /home/dc/.local/bin and this path needs to be added to the Linux $PATH environment variable so your shell can find it when you type in manticore.

We can see all of this below - in my case, after pip install manticore I am getting:

$ manticore
manticore: command not found

Which can be fixed by adding the path the manticore script was installed to to the PATH envvar:

export PATH=$PATH:/home/dc/.local/bin

Afterward…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by disconnect3d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants