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

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -