-
Notifications
You must be signed in to change notification settings - Fork 169
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
是否应该将 test 中的 python
替换为 sys.executable
?
#157
Comments
Mr-Python-in-China
added a commit
that referenced
this issue
Dec 15, 2024
坏了,这是为啥? |
原先test写死了 有空我再改改 |
还真是,不过你没修改完: cyaron/cyaron/tests/compare_test.py Line 106 in 9d62d32
至少把包括这一行的 |
我看报错好像很麻烦 好像不止这一处 |
你试试用python3之类的文件名跑test? |
没看懂你的表达,但我用一个新程序把 Details
附程序: #include <bits/stdc++.h>
using namespace std;
int main(int argc, const char* argv[]) {
for (int i = 0; i < argc; ++i)
cerr << argv[i] << endl;
return 3;
} |
Linux 下,使用 Details
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
替换的理由如下:
python
;例如有些 Linux 上是python3
;甚至不排除有些用户未将 python 所在文件夹加入 Path。The text was updated successfully, but these errors were encountered: