pip - Configuring Sublime Text 3 for Python on Mac -


i've seen questions similar haven't found workable answer. i'm looking learn more python coding, i've been coding lot ruby, use python 3rd party modules don't seem have ruby equivalent. rvm , gems made 3rd party easy work with, there equivalent python? i've installed python through macports , homebrew, , have tried install 3rd party modules through macports ('sudo port install') , pip. although modules seem install successfully, can't non-standard modules run in sublime text.

on sublime text side, managed python build creating new build system based on suggestions here

"shell_cmd": "$project_path/vi_sys_pkgs/bin/python3 -u \"$file\"", "path": "$project_path/vi_sys_pkgs/bin", "file_regex": "^[ ]*file \"(...*?)\", line ([0-9]*)", "selector": "source.python" 

and using sublime-repl package. i've read virtualenv common way utilize 3rd party modules, prevent conflicts.

so question is, how can python run in sublime text ruby did. how can set sublime text points correct directory 3rd party modules installed, can build includes 1 of these modules. i'm guessing there multiple ways this, i'm looking straightforward approach.

any tips appreciated, in advance


Comments

Popular posts from this blog

php - Submit Form Data without Reloading page -

linux - Rails running on virtual machine in Windows -

php - $params->set Array between square bracket -