Posts by Helton Wernik • 21 points
2 posts
-
0
votes1
answer128
viewsA: I cannot uninstall duplicate Node on virtual machine
If Voce installed by Node website try: sudo rm -rf /usr/local/{bin/{node,npm},lib/node_modules/npm,lib/node,share/man/*/node.*}
-
2
votes2
answers1700
viewsA: IDLE closing alone by pressing quote
IDLE uses Tkinter from the standard Python library to provide GUI functionality. Tkinter is an interface to the multi-platformTk graphical interface, part of Tcl / Tk. Unfortunately, on OS X…