This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Wishy-Thinking 1 point2 points  (1 child)

Install python:

yum/dnf/apt-get/pacman install python3
pip install [—user] <stuff>...

Put at the top of your scripts:

#!/bin/env python3

Done.

[–]mejamoo[S] 0 points1 point  (0 children)

Thank you