Virtual Environment with (virtualenv) PYNQ

How can I use a Virtual Environment with PYNQ and is it recommended?

I know that it is possible to install “virtualenv” with pip3, but I am not sure how to activate it. For instance with Anaconda I can just selecet the environment at the left bottom corner of Jupyter Lab on my windows machine.

And do you recommend or have experience to use virtualenv with PYNQ?

Thanks in advance!

The only thing I know is that there is no good support of conda on arm/aarch64 architecture.

1 Like

Alright thank you very much rock! :relaxed: