I would like to use python3 as my default python when working with the terminal. If I added the line alias python=python3
in my ~/.bashrc, could that cause problems with other programs?
Asked
Active
Viewed 161 times
0

mivkov
- 162
#!/usr/bin/env python3
as first line. – oldfred Jun 23 '18 at 17:47