We want use python3 with python commands

I ran alias to use python3 with python commands.
However, the version of the python command remains the same.

- script@1:
        inputs:
        - content: |-
            alias python='python3'
            alias pip='pip3'

Do you know a solution?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.