Enum PythonPathSchemeKind
Represents the different kinds of Python path schemes.
public enum PythonPathSchemeKind
Fields
Default = 0The default Python path scheme.
Home = 2The Python path scheme based on the home directory.
MaxValue = 3The maximum value of the enumeration, representing the last valid scheme.
Prefix = 1The Python path scheme based on a prefix.
User = 3The Python path scheme based on the user directory.