Setting alias for python3 in ubuntu/Linux | set python3 as python | Fixing python command not found🐧

preview_player
Показать описание
in this video , I've added alias for python3 by editing .bashrc file.
I am not updating or installing any version of python , it's just setting up alias for python3.
Fixing python command not found by just adding alias.
----------------------------------------------------------------------------------------------------------
0:11 Getting started
2:09 Setting alias using file manager in ubuntu.
---------------------------------------------------------------------------------------------------------
.bashrc file is script file in linux os, it is located in user's home directory. It's hidden file and it get executed as user login .
Everytime when we open terminal, .bashrc file got refreshed.
source ~/.bashrc command can also refreshed .bashrc file
It's used for setting up different configuration to the terminal and setting alias is one of them.
It's like giving someone a nickname and calling them by that nickname.
----------------------------------------------------------------------------------------------------------
#linux
#bashrc
#ubuntu
#python3 #python
#settings
#alias Linux
#terminal
-----------------------------------------------------------------------------------------------------------
Рекомендации по теме