rahulch

Untitled

Dec 23rd, 2019
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.87 KB | None | 0 0
  1. rahul@rahul-Inspiron-7373:~/code/zenoti_rest (develop)*$ pip install virtualenv
  2. Traceback (most recent call last):
  3.   File "/usr/bin/pip", line 11, in <module>
  4.     sys.exit(main())
  5. TypeError: 'module' object is not callable
  6. rahul@rahul-Inspiron-7373:~/code/zenoti_rest (develop)*$ pip install --upgrade pip
  7. Traceback (most recent call last):
  8.   File "/usr/bin/pip", line 11, in <module>
  9.     sys.exit(main())
  10. TypeError: 'module' object is not callable
  11. rahul@rahul-Inspiron-7373:~/code/zenoti_rest (develop)*$ pip install virtualenv
  12. Traceback (most recent call last):
  13.   File "/usr/bin/pip", line 11, in <module>
  14.     sys.exit(main())
  15. TypeError: 'module' object is not callable
  16. rahul@rahul-Inspiron-7373:~/code/zenoti_rest (develop)*$ pip3 install virtualenv
  17. Traceback (most recent call last):
  18.   File "/usr/bin/pip3", line 11, in <module>
  19.     sys.exit(main())
  20. TypeError: 'module' object is not callable
  21. rahul@rahul-Inspiron-7373:~/code/zenoti_rest (develop)*$ pip --version
  22. Traceback (most recent call last):
  23.   File "/usr/bin/pip", line 11, in <module>
  24.     sys.exit(main())
  25. TypeError: 'module' object is not callable
  26. rahul@rahul-Inspiron-7373:~/code/zenoti_rest (develop)*$ pip3
  27. Traceback (most recent call last):
  28.   File "/usr/bin/pip3", line 11, in <module>
  29.     sys.exit(main())
  30. TypeError: 'module' object is not callable
  31. rahul@rahul-Inspiron-7373:~/code/zenoti_rest (develop)*$ sudo aptitude install python3-pip python-pip
  32. python3-pip is already installed at the requested version (18.1-5)
  33. python-pip is already installed at the requested version (18.1-5)
  34. python3-pip is already installed at the requested version (18.1-5)
  35. python-pip is already installed at the requested version (18.1-5)
  36. No packages will be installed, upgraded, or removed.
  37. 0 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
  38. Need to get 0 B of archives. After unpacking 0 B will be used.
Add Comment
Please, Sign In to add comment