6 lines
168 B
Plaintext
Executable File
6 lines
168 B
Plaintext
Executable File
sudo apt update
|
|
sudo apt install python3-dev python3-pip python3-setuptools python3-venv
|
|
python3 -m venv ~/homebase
|
|
source ~/homebase/bin/activate
|
|
pip3 install thefuck
|