-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'maltego-trx' is not recognized as an internal or external command, #57
Comments
Are you using a python virtual env? if you are please make sure you execute it in the same venv as you installed. Also try restarting you shell/terminal and let us know how it goes. |
No, I am not using a python virtual env |
How can I set maltego-trx Environment Variable on mac? |
Have you tried re-opening your terminal? Also could you maybe provide the output of "pip freeze" so we can check the packet is actually installed. In any case we always recommend to use a python virtual environment for your trx projects. |
Also please check the output of "pip install maltego-trx" for something like this:
If you experience this warning we suggest installing the trx package in a virtual envrionment or manually adding the folder to your PATH environment variable. |
I am having this same problem. even after maltego-trx shows up in the pip freeze command. |
Please see my last message @wichhartech. Can you confirm you are not seeing the above output on "pip install" and that you are using a virtual environment? |
Issue on Mac and Windows
After successfully installing maltego-trx using command
pip install maltego-trx
Getting error while running this command
maltego-trx start <project-name>
.Error on Mac
Error on Windows
The text was updated successfully, but these errors were encountered: