简体   繁体   English

env:python:参数列表过长

[英]env: python: Argument list too long

I'm having trouble with python installed in my iMac. 我在iMac中安装了python时遇到了麻烦。 The terminal outputted the same error message: 终端输出了相同的错误消息:

env: python: Argument list too long

even for a simple command like python -V 即使对于像python -V这样的简单命令

The terminal would froze for a moment, and then outputted the error message above. 终端将冻结一会儿,然后输出上面的错误消息。 Help please. 请帮助。

Probable duplicate of Argument list too long error for rm, cp, mv commands . 对于rm,cp,mv命令参数列表可能重复太长错误

One possible reason could be python is an alias for some other command. 一个可能的原因可能是python是其他命令的别名。 Try \\python -V . 尝试\\python -V To find what was being run for python run alias python . 要查找正在为python运行的内容,请运行alias python

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM