Advertisement
Guest User

Untitled

a guest
Jul 2nd, 2020
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.22 KB | None | 0 0
  1. ☴ ~/alephium/scala-common ⊙ python (dev/safe-math *↩=) alephium-scala 10:49:16
  2. Python 3.7.5 (default, Oct 14 2019, 23:08:55)
  3. [GCC 8.3.0] on linux
  4. Type "help", "copyright", "credits" or "license" for more information.
  5. >>> import os
  6. >>> os.environ["JAVA_HOME"]
  7. '/nix/store/a6l8iabc8978cx6fdv4z5csanf1ib3zh-openjdk-11.0.4-ga/lib/openjdk'
  8. >>> os.system("echo $JAVA_HOME")
  9. /nix/store/a6l8iabc8978cx6fdv4z5csanf1ib3zh-openjdk-11.0.4-ga/lib/openjdk
  10. 0
  11. >>> os.system("sbt console")
  12. [info] Loading settings for project global-plugins from plugins.sbt ...
  13. [info] Loading global plugins from /home/alois/.sbt/1.0/plugins
  14. [info] Loading settings for project scala-common-build from plugins.sbt ...
  15. [info] Loading project definition from /home/alois/koda/workspace/alephium/scala-common/project
  16. [info] Loading settings for project alephium-scala-common from build.sbt ...
  17. [info] Set current project to alephium-scala-common (in build file:/home/alois/koda/workspace/alephium/scala-common/)
  18. [info] Starting scala interpreter...
  19. Welcome to Scala 2.13.2 (OpenJDK 64-Bit Server VM, Java 1.8.0_222).
  20. Type in expressions for evaluation. Or try :help.
  21.  
  22. scala>
  23.  
  24. [success] Total time: 468 s (07:48), completed Jul 2, 2020 11:17:48 AM
  25. 0
  26. >>>
  27. KeyboardInterrupt
  28. >>>
  29. ☴ ~/alephium/scala-common ⊙ sbt console (dev/safe-math *↩=) alephium-scala 11:17:51
  30. [info] Loading settings for project global-plugins from plugins.sbt ...
  31. [info] Loading global plugins from /home/alois/.sbt/1.0/plugins
  32. [info] Loading settings for project scala-common-build from plugins.sbt ...
  33. [info] Loading project definition from /home/alois/koda/workspace/alephium/scala-common/project
  34. [info] Loading settings for project alephium-scala-common from build.sbt ...
  35. [info] Set current project to alephium-scala-common (in build file:/home/alois/koda/workspace/alephium/scala-common/)
  36. [info] Starting scala interpreter...
  37. Welcome to Scala 2.13.2 (OpenJDK 64-Bit Server VM, Java 11.0.3-internal).
  38. Type in expressions for evaluation. Or try :help.
  39.  
  40. scala>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement