You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will permanently install the CodeEquivalenceUtilities paclet. The Wolfram Language will always use the latest installed version of CodeEquivalenceUtilities. Installed versions can be enumerated using the command:
48
48
49
49
```Mathematica
50
-
PacletFind["Wolfram__CodeEquivalenceUtilities"]
50
+
PacletFind["Wolfram/CodeEquivalenceUtilities"]
51
51
```
52
52
53
53
And all versions can be uninstalled using the command:
0 commit comments