Skip to main content

Posts

Showing posts from January, 2017

python

two step process  https://www.youtube.com/watch?v=zPMr0lEMqpo https://pip.pypa.io/en/stable/installing/ PIP install ->  Do you happen to have the Perl pip lying around somewhere? Sounds like the problem described here: https://github.com/mike-perdide/gitbuster/issues/62 To check, in Windows command prompt execute: C : \>where pip This will potentially output the following: C : \strawberry\perl\b in \pip C : \strawberry\perl\b in \pip . bat If so, this is your problem. Unistall Strawberry Perl or use the full path to python pip. in my case - below is -   Microsoft Windows [Version 6.1.7601] Copyright (c) 2009 Microsoft Corporation.  All rights reserved. C:\gdorge\01_Projects\Python_SilkPerformer>pip Did not provide a command C:\gdorge\01_Projects\Python_SilkPerformer>pip install pandas Unknown or unsupported command 'install' C:\gdorge\01_Projects\Python_SilkPerformer>where pip C:\Program Fil...

Ansible - Agentless Architecture DevOps

Ansible  Ansible is an open source IT configuration management, deployment, and orchestration tool. It is unique from other management tools in many respects, aiming to provide large productivity gains to a wide variety of automation challenges. Example From YouTube - Short Videos - Quick to learn about Ansible  :)