Skip to main content
5 votes

How can I automatically install all the pip packages used by a Python script?

pip install pipreqs pipreqs . This is a measure of last resort. Whoever wrote that script should have written down the requirements – as you can see, the pipreqs program is not very good at that (...
Marcus Müller's user avatar
1 vote

Can't run fsck manually - "/etc/default/rcS: No such file or directory"?

The error tells that you cannot run e2fsck while the target device (/dev/nvme0n1p2) the program is checking is mounted. Since you are in recovery mode on that system, the device is mounted and ...
horsey_guy's user avatar

Only top scored, non community-wiki answers of a minimum length are eligible