Install Debian Server from scratch

Install SSH

https://phoenixnap.com/kb/how-to-enable-ssh-on-debian

Install Pip

sudo apt install python3-pip -y

Create Virtual Environment

sudo apt-get install python3-venv
python3 -m venv my-virtual-env

Leave a Reply

Your email address will not be published. Required fields are marked *