osx - Homebrew Python Fab can't see yaml -


i've installed several different versions of pyyaml @ point , in no instance fab see yaml.

i've done brew install libyaml , pip install pyyaml , in neither instance fabric see yaml module.

when import yaml in python, works right. result import yaml , print(yaml) is:

<module 'yaml' '/usr/local/lib/python2.7/sitepackages/yaml/__init__.pyc' 


Comments

Popular posts from this blog

twig - Using Twigbridge in a Laravel 5.1 Package -

jdbc - Not able to establish database connection in eclipse -

Kivy: Swiping (Carousel & ScreenManager) -