I put "#!usr/bin/env python
" at the first line in coroutine.py, but when I try to run coroutine.py directly by "./test.py
", I get this:
zsh: ./coroutine.py: bad interpreter: usr/bin/env: no such file or directory
Is that something wrong in my zshrc?