请问如何安装自定义的Python组件? #27
Answered
by
ghost
thomas-lint
asked this question in
Q&A
-
我的Python程序有一些第三方的包,需要通过pip安装,这种该怎么操作? |
Beta Was this translation helpful? Give feedback.
Answered by
ghost
Oct 20, 2023
Replies: 3 comments
-
可以进入执行引擎所在的容器安装 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected
-
Tips:根据目前的机制,未来docker镜像升级后,不影响已经安装的包文件。 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
可以进入执行引擎所在的容器安装
docker exec -it shakespeare-java-exe-python /bin/bash
pip install xxx