TX2安装python3.5

xiaoxiao2021-02-28  43

sudo add-apt-repository ppa:webupd8team/java sudo apt-get update sudo apt-get install oracle-java8-installer -y # Install other dependencies sudo apt-get install zip unzip autoconf automake libtool curl zlib1g-dev maven -y # Install Python 3.x sudo apt-get install python3-numpy swig python3-dev python3-pip python3-wheel -y user@user-pc$ python3 就能用这个版本的python了。 nvidia@tegra-ubuntu:~$ python3 Python 3.5.2 (default, Nov 23 2017, 16:37:01) [GCC 5.4.0 20160609] on linux Type "help", "copyright", "credits" or "license" for more information. >>>

 

转载请注明原文地址: https://www.6miu.com/read-2623299.html

最新回复(0)