作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我在docker容器中以nginx用户身份运行php-fpm。
Dockerfile使用pandas软件包创建了正确的anaconda环境,称为“ss”。当我附加到Docker容器时,它可以正常工作。
Docker CMD运行init.sh脚本:
. /opt/conda/etc/profile.d/conda.sh
conda activate /opt/conda/envs/ss
php-fpm --fpm-config /etc/php-fpm.conf
nginx -g 'daemon off;'
shell_exec("python ss.py");
ImportError: No module named pandas
CommandNotFoundError: Your shell has not been properly configured to use 'conda activate'
最佳答案
您可以像这样直接使用。
shell_exec('/ root / .conda / envs / my-rdkit-env / bin / python3 ss.py');
关于php - 如何在php-fpm shell_exec中激活anaconda环境?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58061472/
我是一名优秀的程序员,十分优秀!