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

timeout - Handshake_timeout on RabbitMQ using python and pika from remote vm -

gcc - MinGW's ld cannot perform PE operations on non PE output file -

c# - Search and Add Comment with OpenXML for Word -