...
Code Block | ||
---|---|---|
| ||
apt-get update apt-get install python2.7 python-pip python-dev git libssl-dev libffi-dev build-essential pip install --upgrade pip pip install --upgrade pwntools |
- 다음과 같은 에러가 발생하면 다음과 같은 명령어로 설치 가능합니다.
Code Block | ||
---|---|---|
| ||
Cannot uninstall 'pyserial'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall. |
Code Block | ||
---|---|---|
| ||
pip install --ignore-installed pwntools |