Advertisement
romerlrl

reinstalando o now

Aug 31st, 2021 (edited)
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. (est_fork4) C:\Users\lucas\Desktop\ic\noworkflow>git status
  2. On branch 2.0-alpha
  3. Your branch is up to date with 'origin/2.0-alpha'.
  4.  
  5.  
  6. It took 3.58 seconds to enumerate untracked files. 'status -uno'
  7. may speed it up, but you have to be careful not to forget to add
  8. new files yourself (see 'git help status').
  9. nothing to commit, working tree clean
  10.  
  11. (est_fork4) C:\Users\lucas\Desktop\ic\noworkflow>git diff 2.0-alpha origin/2.0-alpha
  12.  
  13. (est_fork4) C:\Users\lucas\Desktop\ic\noworkflow>git remote -v
  14. origin https://github.com/gems-uff/noworkflow.git (fetch)
  15. origin https://github.com/gems-uff/noworkflow.git (push)
  16.  
  17. (est_fork4) C:\Users\lucas\Desktop\ic\noworkflow>
  18.  
  19. (est_fork4) C:\Users\lucas\Desktop\ic\noworkflow>pip show noworkflow
  20. Name: noworkflow
  21. Version: 2.0.0a0
  22. Summary: Supporting infrastructure to run scientific experiments without a scientific workflow management system.
  23. Home-page: https://github.com/gems-uff/noworkflow
  24. Author: Joao Pimentel, Leonardo Murta, Vanessa Braganholo, Fernando Chirigati, David Koop, and Juliana Freire
  25. Author-email: [email protected]
  26. License: MIT
  27. Location: d:\users\lucas\anaconda3\envs\est_fork4\lib\site-packages\noworkflow-2.0.0a0-py3.7.egg
  28. Requires: pyposast, apted, future, SQLAlchemy
  29. Required-by:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement