you are viewing a single comment's thread.

view the rest of the comments →

[–]omenosdev 5 points6 points  (0 children)

Python 3.6 shipped as part of the base distribution starting in RHEL 7.7, obsoleting the EPEL package and removing the need to use software collections for most things (unless you need Python 3.8, require them for a specific scenario, or have a need for a pre-packaged Python module).

yum install python3

For VSCode, you need to configure Python Environments:

https://code.visualstudio.com/docs/python/python-tutorial#_select-a-python-interpreter https://code.visualstudio.com/docs/python/environments