Advertisement
Guest User

Untitled

a guest
Dec 17th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. $ cd stable-test
  2. $ stable add gitlab andrenathan/pony/uuid
  3. Cloning into '/home/andre/stable-test/.deps/andrenathan/pony/uuid'...
  4. warning: redirecting to https://gitlab.com/andrenathan/pony/uuid.git/
  5. remote: Enumerating objects: 30, done.
  6. remote: Counting objects: 100% (30/30), done.
  7. remote: Compressing objects: 100% (26/26), done.
  8. remote: Total 30 (delta 11), reused 0 (delta 0)
  9. Unpacking objects: 100% (30/30), done.
  10. $ stable env | grep PONYPATH
  11. PONYPATH=/home/andre/stable-test/.deps/andrenathan/pony/uuid
  12. $ echo 'use "uuid"' > a.pony
  13. $ stable env ponyc
  14. Building builtin -> /usr/local/lib/pony/0.25.0-ac6388696/packages/builtin
  15. Building . -> /home/andre/stable-test
  16. Error:
  17. uuid: couldn't locate this path
  18. Error:
  19. /home/andre/stable-test/a.pony:1:1: can't load package 'uuid'
  20. use "uuid"
  21. ^
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement