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
Post a Comment