Advertisement
Guest User

Untitled

a guest
Apr 29th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. You need a python 2.7 or 3.X distribution installed in your machine. Modern python distros come with pip pre-installed, if not, install pip following pip docs
  2.  
  3. Install conan:
  4.  
  5. ~~~ sh
  6. $ pip install conan
  7. ~~~
  8.  
  9. *BUG*: pyenv: cannot rehash: ~/.pyenv/shims/.pyenv-shim exists
  10.  
  11. *SOLUTION*
  12.  
  13. ~~~ sh
  14. $ rm ~/.pyenv/shims/.pyenv-shim
  15. ~~~
  16.  
  17. Install now ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement