I find these especially useful in containers with Python but not much else.
python -c 'from urllib.request import urlretrieve; urlretrieve("https://bootstrap.pypa.io/get-pip.py", filename="target/path/get-pip.py")'| # Copyright 2019 Tal Einat | |
| # | |
| # Redistribution and use in source and binary forms, with or without | |
| # modification, are permitted provided that the following conditions are met: | |
| # | |
| # 1. Redistributions of source code must retain the above copyright notice, | |
| # this list of conditions and the following disclaimer. | |
| # | |
| # 2. Redistributions in binary form must reproduce the above copyright notice, | |
| # this list of conditions and the following disclaimer in the documentation |