Python Environments inside Jetson Xavier

Hello,

I’m currently doing some testing and prototyping various tensor flow based computer vision application using my Jetson Xavier. In the process of prototyping I find myself download and using a variety of packages that I might not use in the future. Normally I would just set up an environment when I was going to test out new packages, but since the download for the official Jetson Xavier Tensor Flow takes so long and I don’t fully understand if its using system dependencies I’m a bit hesitant. How has everyone else been handling using python environments and Tensor Flow on the Xavier?

Thanks,
Ben

it just works as any generic virtual environment, as it seems to me.
I am using python 3 venv for opencv.

Thanks! Did you also have Tensor Flow installed in that Venv?