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