【问题标题】:How do I correct this error so that the terminal will accept my input?如何更正此错误以使终端接受我的输入?
【发布时间】:2021-09-16 17:05:39
【问题描述】:
$ ln -s/usr/local/opt/openssl/lib/libcrypto.1.0.0.dylib /usr/local/lib/

ln: illegal option -- /
usage: ln [-Ffhinsv] source_file [link_name]
       ln [-Ffhinsv] source_file ... linkname_dir
       link source_file link_name

我目前正在尝试为 Visual Studio 代码安装编译器,但是 终端不允许我输入没有错误。我该如何解决这个问题?

【问题讨论】:

  • 请澄清您的具体问题或提供其他详细信息以准确突出您的需求。正如目前所写的那样,很难准确地说出你在问什么。

标签: ln


【解决方案1】:

你少了一个空格,命令应该是这样的:

$ ln -s /usr/local/opt/openssl/lib/libcrypto.1.0.0.dylib /usr/local/lib/

【讨论】:

    猜你喜欢
    • 2022-11-16
    • 1970-01-01
    • 2012-10-18
    • 2019-02-17
    • 1970-01-01
    • 2015-03-24
    • 2021-04-14
    • 2021-04-03
    • 2016-06-05
    相关资源
    最近更新 更多