ArgParse @add_arg_table在Julia中无法识别

时间:2016-01-07 21:04:35

标签: julia

我现在正在使用Julia v0.3.9。我最近更新了我的所有套餐(我几个月内没有开过Julia),包括ArgParse。但是@add_arg_table宏并没有被识别出来。特别是,我尝试运行示例代码here,但是我收到以下错误:

import subprocess

command = command = """cd /path/to/destination | ls -al | pwd"""
b = subprocess.call(command, shell=True)

这基本上是我在自己的代码中遇到的问题。我看了但除了它在Github上所说的内容之外,我找不到任何关于此的信息,这就是宏@add_arg_table应该仍然有效。任何帮助将不胜感激。非常感谢!

0 个答案:

没有答案