Draft: Download Python 3.9.0 and create Python Virtual Enviroment for Kdenlive python scripts run inside them
Here i create virtualenv.py
script for download python 3.9.0
(Version Needed by OpenAI-Whisper and other scripts), create a Python Virtual Enviroment
with him and activate it so all kdenlive python scripts with the shebang #!/usr/bin/env python3
will see the directory added to PATH enviroment variable
and use his python and pip.
RESUME:
Created virtualenv.py in data/scripts/
Modified abstractpythoninterface.cpp in src/pythoninterfaces/
ISSUES:
-> I don't have a machine running `MAC OS`, `Windows` or `BSD-like systems` in the moment...
so some changes in `virtualenv.py` and `abstractpythoninterface.cpp` are still needed
-> I don't have many familiarity with python so probably `virtualenv.py` need some revision