- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我想在 Ubuntu 20.04 (https://docs.nvidia.com/deeplearning/tensorrt/archives/tensorrt-700/tensorrt-install-guide/index.html#installing-debian) 上为 python3 安装 tensorrt 绑定(bind)。此 Ubuntu 默认使用 python 3.8,但那些 tensorrt 绑定(bind)需要 python 3.7 或更低版本。
该软件包通过 sudo apt-get install python3-libnvinfer-dev
安装。但是这次崩溃是因为 python 3.8 。因此,我还通过 sudo apt-get install python3.7
安装了 python 3.7,这样我就可以访问 3.7 运行命令 python3.7 。我还制作了一个 ln -s/usr/bin/python3.7/usr/bin/python3 来制作 python3 命令 opennning 3.7 版本。但是aptget还是有问题,python3.7对它不可见。我该怎么做才能在 Ubuntu 20.04 中使 python 3.7 native 化,或者如何告诉 apt-get 查看/usr/bin/python3.7 位置?谢谢
最佳答案
检查是否http://web.mit.edu/6.00/www/handouts/pybuntu.html帮助。unbuntu 似乎有更新替代方案自己没试过。
关于python-3.x - 如何在 Ubuntu 20.04 中使 python 3.7 默认?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/62799264/
我是一名优秀的程序员,十分优秀!