自分用にメモ
BurpのExtension開発環境が欲しくなった時などに使用。
sudo apt install --yes make zlib1g-dev gcc wget
curl -LO https://www.python.org/ftp/python/2.7.18/Python-2.7.18.tgz
tar xf Python-2.7.18.tgz
cd Python-2.7.18
./configure
sudo make & make install
Go to list of users who liked
自分用にメモ
BurpのExtension開発環境が欲しくなった時などに使用。
sudo apt install --yes make zlib1g-dev gcc wget
curl -LO https://www.python.org/ftp/python/2.7.18/Python-2.7.18.tgz
tar xf Python-2.7.18.tgz
cd Python-2.7.18
./configure
sudo make & make install
Register as a new user and use Qiita more conveniently
Go to list of users who liked