Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我目前正在尝试从 bash 脚本中加载“加密”。
我将在下面提到的片段是安装一些数据包和初始化一些东西的背后。
su user1 -c 'python -c "import Crypto"'
我已经尝试了一些不同的组合与 " 和 ' + 转义,但它不会工作。如果我将确切的行放入 bash 控制台,它可以完美地工作。
我必须自动执行此操作,因为它将在自动安装脚本中使用。