Hacking with Python
Useful notes of python in different environments.
Install pip packages without internet¶
Sometimes we are on an assesment without internet connection and we need to install some python tools that requires differents packages.
We can download previously on our computer:
Finally tranfer the tgz file to the target machine an install it with the following commands:
You may need to add --no-deps to the command as follows: