I want to install and update python packages on several Rpi. all the codes I have tried contain virtualenv (venv) But I want to install them via conda since I have created conda envs on the pies and we want to use them for our project.
I want to install and update python packages on several Rpi. all the codes I have tried contain virtualenv (venv) But I want to install them via conda since I have created conda envs on the pies and we want to use them for our project.