This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
['absl-py==1.4.0', | |
'affine==2.4.0', | |
'aiohttp==3.8.1', | |
'aiosignal==1.3.1', | |
'analytics-python==1.4.post1', | |
'anyio==3.7.1', | |
'anytree==2.8.0', | |
'argcomplete==1.10.3', | |
'argon2-cffi-bindings==21.2.0', | |
'argon2-cffi==21.3.0', |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Description: Boxstarter Script | |
# Author: Chris Kinniburgh <[email protected]> | |
# Based heavily on https://gist.github.com/jessfraz/7c319b046daa101a4aaef937a20ff41f | |
# by Jess Frazelle | |
# Last Updated: 2017-12-31 | |
# | |
# Install boxstarter: | |
# . { iwr -useb http://boxstarter.org/bootstrapper.ps1 } | iex; get-boxstarter -Force | |
# |
I screwed up using git ("git checkout --" on the wrong file) and managed to delete the code I had just written... but it was still running in a process in a docker container. Here's how I got it back, using https://pypi.python.org/pypi/pyrasite/ and https://pypi.python.org/pypi/uncompyle6
apt-get update && apt-get install gdb