Date: 2024-11-11 03:28:31
Score: 2.5
Natty:
Use below tips to change your python version:
- Open Terminal
- cd
- nano ~/.bashrc
- alias python=python3 (Add this line on top of .bashrc file) or alias python=/python3.9
- Press ctr+o (To save the file)
- Press Enter
- Press ctr+x (To exit the file)
- source ~/.bashrc OR ~/.bashrc (refresh the bashrc file)
Reasons:
- Contains signature (1):
- Low length (0.5):
- No code block (0.5):
- Low reputation (0.5):
Posted by: Dilux