When I want to run Python in terminal, I would like to type ABC
instead of typing python
.
How to change the process name in Ubuntu?
ex) python -> ABC
When I want to run Python in terminal, I would like to type ABC
instead of typing python
.
How to change the process name in Ubuntu?
ex) python -> ABC
You can try this:
alias 'ABC=python'
Then ABC
will call python...
If you want to make it permanent, add this line to your .bash_profile