메모장

파이썬 버전 변경

sudo update-alternatives --install /usr/bin/python python /usr/bin/python2 1
sudo update-alternatives --install /usr/bin/python python /usr/bin/python3 2

update-alternatives --config python

 

'메모장' 카테고리의 다른 글

XSS 우회 참고 사이트  (0) 2021.12.26
Using arduino To Fuzzing Tool  (0) 2021.08.24
shodan.io Honey tips  (0) 2021.04.27
peda, pwndbg, gef 동시 설치  (2) 2021.04.26
우분투에 pip2 설치  (0) 2021.03.21