Como configurar Sublime Text 3 para correr openseespy

Ғылым және технология

En este breve tutorial enseño a instalar openseespy en windows 10 y como configurar mi editor de texto favorito, Sublime Text 3, para que podamos ejecutar openseespy sin problemas directamente desde el editor.
Mi archivo pyconda.sublime-build
{
"cmd": ["C:/Users/jaabe/anaconda3/python.exe", "-u", "$file"],
"file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
"selector": "source.python",
"env": {
"PYTHONIOENCODING": "utf-8",
"PATH": "$PATH;C:/Users/jaabe/anaconda3/Library/bin"},
}
---------
www.joseabell.com

Пікірлер: 3

  • @SUPERCULE13
    @SUPERCULE13 Жыл бұрын

    Gracias me sirvio el video.

  • @JoseAbell

    @JoseAbell

    Жыл бұрын

    Me alegro mucho!

  • @JoseAbell
    @JoseAbell Жыл бұрын

    Mi archivo pyconda.sublime-build { "cmd": ["C:/Users/jaabe/anaconda3/python.exe", "-u", "$file"], "file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)", "selector": "source.python", "env": { "PYTHONIOENCODING": "utf-8", "PATH": "$PATH;C:/Users/jaabe/anaconda3/Library/bin"}, }

Келесі