I am trying to run Oyente tool using the commands mentioned in How to use Oyente, a smart contract security analyzer — Solidity Tutorial.
I am executing the following command on Ubuntu 18.04 and get the error shown:
(envsp) ~$ python scripts/mk_make.py — python
python: can't open file 'scripts/mk_make.py': [Errno 2] No such file or directory
Python version is:
(envsp) ~$ python3 --version
Python 3.6.9
(envsp) :~$
0 Answers