标签: ubuntu terminal
当我想在终端中运行Python时,我想输入ABC而不是输入python。
ABC
python
如何在Ubuntu中更改进程名称?
ex)python - > ABC
答案 0 :(得分:0)
你可以试试这个:
alias 'ABC=python'
然后ABC将调用python ...
如果您想将其永久化,请将此行添加到.bash_profile
.bash_profile