To make python3 as default python by replacing python2 in Ubuntu. · Open Terminal · cd · nano ~/.bashrc · alias python=python3 (Add this line on top of .bashrc file) ...
確定! 回上一頁