How can I use multiple versions of Python in a single MATLAB session?
Show older comments
I have code which was developed using an older version of Python and I am unable to fully update my version of Python because the library I am using is not available in more recent versions. I would like to use newer versions of Python to ensure compatibility with recent versions of MATLAB while still using my old Python code for other parts of my code. I am wondering if it is possible to switch versions of Python within a MATLAB session so I can use this older library, but also use new versions and be able to work with future versions of MATLAB.
Are there any methods to switch versions of Python within a MATLAB session?
Accepted Answer
More Answers (0)
Categories
Find more on Call Python from MATLAB in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!