Skip to main content

Timeline for ~/.bash_aliases vs alias command

Current License: CC BY-SA 3.0

6 events
when toggle format what by license comment
Feb 24, 2017 at 5:48 comment added Prem I see that you were asking about moving to python 3.6 [[ unix.stackexchange.com/questions/332641/… ]] and it makes me think that, after you did that upgrade, your alias stopped working because python3 was renamed to python3.6 ; when you again added another alias to python3.6, it worked again.
Feb 24, 2017 at 3:01 comment added Prem (A) Did you update any software package recently ? Maybe you had older python and now have 3.6. (B) Did you try with alias python=python3.6 in ~/.bash_aliases. Check which python, which python3, which python3.6, & I think the output will show the problem.
Feb 24, 2017 at 0:31 vote accept davidtgq
Feb 23, 2017 at 22:32 answer added chepner timeline score: 16
Feb 23, 2017 at 21:37 answer added cherdt timeline score: 10
Feb 23, 2017 at 21:19 history asked davidtgq CC BY-SA 3.0