-
Beta Was this translation helpful? Give feedback.
Answered by
drriguz
Mar 14, 2023
Replies: 1 comment 2 replies
-
Aha, interesting, just add some indentation to the code block and it works! 1. First, install python through package manager: ``` {.bash filename="Ubuntu"} $ sudo apt update $ sudo apt install python ``` |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
drriguz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Aha, interesting, just add some indentation to the code block and it works!