Is it possible to add a library path for .whl files to sys.path via a commandline option for python executable to execute a python script file?
/path/to/python/executable/not/installed/in/system/python3 --modulespath "path/to/.whl/files/folder /path/to/my/script/file.py"