I am currently attempting to set up Matlab to work with Volttron on a Linux virtual machine. Python 3.8, Volttron, and Matlab are all installed on the virtual machine. When I run
pyversion python.exe
in the command window I get this error:
Error using pyversion
Path argument does not specify a valid executable.
Running pe = pyenv;
and pe.Version
returns blank, as does pyversion. This document describes a way to set the version used and I believe this ought to be my next step. However, the instructions say that for Linux I should run
pyenv('Version','executable')
but python is already installed and to my knowledge on linux does not have an executable file one can download for python. How can I remedy this?