|
Running |
Answered by
seajaysec
Jun 14, 2018
Replies: 1 comment
|
This may actually be a problem solely with Brew's python installation. As a workaround, I was able to run from the /Source directory by leveraging mac's system python with these two commands:
|
0 replies
Answer selected by
srixivas
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This may actually be a problem solely with Brew's python installation. As a workaround, I was able to run from the /Source directory by leveraging mac's system python with these two commands:
sudo /usr/bin/python -m pip install -r ../requirements.txt/usr/bin/python main.py