DeveloperOff[]

disables searching for developer paclets in the directories listed in $DeveloperPath.

Details and Options

Examples

Basic Examples  (1)

Successfully creating DeveloperOffExample includes automatically entering developer mode.

Out[1]=1

As a result of entering developing mode during the paclet's creation it can be immediately seen:

Out[2]=2

Exit developer mode to simulate a standard end-user session.

Out[3]=3

Now, the created paclet can no longer be seen:

Out[4]=4

Delete the created developer paclet.

Tech Notes