Advertisement
Urbanecm

Untitled

Jul 3rd, 2017
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. urbanecm@tools-bastion-02 ~
  2. $ deactivate #I'm not using virtualenv
  3. -bash: deactivate: command not found
  4. urbanecm@tools-bastion-02 ~
  5. $ python
  6. Python 2.7.6 (default, Oct 26 2016, 20:30:19)
  7. [GCC 4.8.4] on linux2
  8. Type "help", "copyright", "credits" or "license" for more information.
  9. >>> import HTML # This is working
  10. >>>
  11. urbanecm@tools-bastion-02 ~
  12. $ become urbanecmbot
  13. tools.urbanecmbot@tools-bastion-02 ~
  14. $ deactivate #I'm not using virtualenv
  15. -bash: deactivate: command not found
  16. tools.urbanecmbot@tools-bastion-02 ~
  17. $ python
  18. Python 2.7.6 (default, Oct 26 2016, 20:30:19)
  19. [GCC 4.8.4] on linux2
  20. Type "help", "copyright", "credits" or "license" for more information.
  21. >>> import HTML # And this isn't working
  22. Traceback (most recent call last):
  23. File "<stdin>", line 1, in <module>
  24. ImportError: No module named HTML
  25. >>>
  26. tools.urbanecmbot@tools-bastion-02 ~
  27. $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement