こすたろーんエンジニアの試行錯誤部屋

作成物の備忘録を書いていきますー

【python】How to update to python 3.7 with jetson nx

This article is a reminder of the steps to update from python 3.6.9 to python 3.7

contents

スポンサーリンク

abstract

How to update to python 3.7 with jetson nx

1.requirement

Jetson Xavier NX
ubuntu18.04
docker 19.03.6
Python 3.6.9

2.procedure

2.1 get tar file

tar xJf Python-3.7.0.tar.xz

2.3 Install python

cd Python-3.7.0
./configure
make
make install

スポンサーリンク

deeplearning related articles

technoxs-stacker.hatenablog.com technoxs-stacker.hatenablog.com technoxs-stacker.hatenablog.com