MantiCore can not be found in Linux after pip installation #2494
-
|
Hi, Kind Regards, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Hi Again, |
Beta Was this translation helpful? Give feedback.
-
|
Hey, please use GitHub issues instead of If you did just Which, as it says, means the script was installed to (in my case) We can see all of this below - in my case, after Which can be fixed by adding the path the export PATH=$PATH:/home/dc/.local/binAfterwards the Note that it is good to add this |
Beta Was this translation helpful? Give feedback.

Hey, please use GitHub issues instead of
discussionsfor issues.If you did just
pip install manticorewithout 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/binand this path needs to be added to the Linux$PATHenvironment variable so your shell can find it when you type inmanticore.We can see all of this below - in my case, after
pip install manticoreI am getting:Which can be fixed by adding the path the
manticorescript was installed to to thePATHenvvar:Afterward…