Skip to content

Instantly share code, notes, and snippets.

@Exenifix
Exenifix / gist:a8aa68a4976389757ff3121e6daadcf6
Last active July 17, 2022 09:45
How to setup Ubuntu 20.04 server for hosting python discord bots

Server Setup

1. Try running these commands to check if python has already been preinstalled:

$ python3
$ python
$ py
$ py3

If the python IDLE launched, skip to step 3