atom-python-run icon indicating copy to clipboard operation
atom-python-run copied to clipboard

running my python code on atom, command opens and closes straight away

Open sheharyarsohail opened this issue 3 years ago • 2 comments

whenever i run any python code on atom i press fn + f5 the command prompt opens and closes in an instant, not sure what the issue is i just started using atom in uni it works fine on the university computers but not on my personal laptop, need some help. thanks

sheharyarsohail avatar Feb 15 '22 14:02 sheharyarsohail

Funny thing, I am trying to resolve this too rn, pretty much the same scenario.. If you run it without changing the terminal, does it work? -Emily

egirlcatnip avatar Feb 21 '22 21:02 egirlcatnip

I fixed it by running python3 -m pip install 'python-lsp-server[all]' and python3 -m pip install git+https://github.com/tomv564/pyls-mypy.git

I am not sure why it fixed it, but it did.. :>

egirlcatnip avatar Feb 21 '22 21:02 egirlcatnip