Table of Contents
Python notes
The version of Python used in MySQL Shell for VS Code is 3.10.
The Python libraries are located:
Windows:
C:\Users\<user>\.vscode\extensions\oracle.mysql-shell-for-vs-code-1.2.2\shell\lib\Python3.10\Lib
Unix:
/home/<user>/.vscode/extensions/oracle.mysql-shell-for-vs-code-1.1.8/shell/lib/mysqlsh/lib/python3.10
Note
The version of Python used in MySQL Shell for VS Code is independent of any version of Python you have installed on your system.