Closed bbeng89 closed 2 years ago
This really stumped me but I figured out it's a stupid thing. ZSH has automatic cd
. If you just type the name of the directory it will automatically cd you into it. So I was in the ntbk dir, which has a subdir called ntbk, so typing ntbk
just put me in that dir rather than running the program. I figured this out because in any other directory it worked fine.
To reproduce:
python setup.py develop
ntbk
python main.py
it still works as expected