Skip to content

Instantly share code, notes, and snippets.

@ukoloff
Last active February 17, 2018 10:48
Show Gist options
  • Select an option

  • Save ukoloff/fc203cac3d4b2fcb5944b683cf0631a0 to your computer and use it in GitHub Desktop.

Select an option

Save ukoloff/fc203cac3d4b2fcb5944b683cf0631a0 to your computer and use it in GitHub Desktop.
Node.js & Python integrations to Far Manager menu
N: Node
{
I: Install dependencies
npm install -new_console
}
--:
P: Python
{
I: Idle here
"C:\Program Files (x86)\Microsoft Visual Studio\Shared\Anaconda3_64\Scripts\idle.exe" -new_console:b
J: Jupyter Notebook here
"C:\Program Files (x86)\Microsoft Visual Studio\Shared\Anaconda3_64\Scripts\jupyter-notebook.exe" -new_console:b
--:
X: Add to PATH
Set PATH="C:\Program Files (x86)\Microsoft Visual Studio\Shared\Anaconda3_64";%PATH%
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment