Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
ipython / docs / examples / core / seteditor.py
Size: Mime:
import os


editor = r'q:/opt/np/notepad++.exe'


e = os.environ

e['EDITOR'] = editor
e['VISUAL'] = editor