CodeAssurance`
CodeAssurance`
$DeveloperPath
gives a list of directories to search in attempting to find a developer paclet.
Details
- $DeveloperPath is initialized to {$DeveloperDirectory}.
- Entering developer mode by Invoking DeveloperOn[] makes available all the paclets in $DeveloperDirectory since this is in $DeveloperPath by default.
- Developer paclets in a directory other than $DeveloperDirectory become available in developer mode provided this directory also appears in $DeveloperPath.
Examples
Basic Examples (1)
Show the current contents of $DeveloperPath
If unchanged since initialization it contains the directory $DeveloperDirectory.
Tech Notes
▪
▪