79176298

Date: 2024-11-11 03:28:31
Score: 2.5
Natty:
Report link

Use below tips to change your python version:

  1. Open Terminal
  2. cd
  3. nano ~/.bashrc
  4. alias python=python3 (Add this line on top of .bashrc file) or alias python=/python3.9
  5. Press ctr+o (To save the file)
  6. Press Enter
  7. Press ctr+x (To exit the file)
  8. 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