I tried to upgrade python 2.7 to python 3 and I modified the file ~/.bash_aliases
but when I type python in elementary terminal I get this error
zsh: command not found: python3
and when I type which python
python: aliased to python3
actually I prefer return to python 2.7 or if someone know how can I fix this :c
zsh
. Doeszsh
read.bash_aliases
or.bashrc
? – Dismantlegrep python3 ~/.*
through all dot-files files in your home directory; possibly the alias turns up. – Snapper~/.zshrc
file, if it exists. – Dismantlepython3
command successfully without the alias? – Machree