提问人:Ethan Tan 提问时间:11/17/2023 最后编辑:FriedrichEthan Tan 更新时间:11/17/2023 访问量:50
我尝试使用 python 在 vim 中运行代码。但它就是不起作用,我该怎么办?[关闭]
I tried to run code in vim using python. but It just not work what should I do? [closed]
问:
我只是在 python 的 Vim 中键入“hello world”,但是当我只是键入时,它不起作用,文件名是 .:!python3 iwishitworks.py
iwishitworks.py
它只是说:
/Library/Frameworks/Python.framework/Versions/3.12/Resources/Python.app/Contents
/MacOS/Python: can't open file '/Users/tanethan/iwishitworks.py': [Errno 2] No s
uch file or directory.
我该怎么办?
答: 暂无答案
评论
:file
:pwd
:!python3 %