Advertisement
Guest User

Untitled

a guest
Apr 18th, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.44 KB | None | 0 0
  1. │···
  2. Removing ipython from Pipfile… │···
  3. Locking [dev-packages] dependencies… │···
  4. Locking [packages] dependencies… │···
  5. ✔ Success! │···
  6. Updated Pipfile.lock (4f9dd2)! │···
  7. (pipenv-test) (base) /root/pipenv-test 19:54:51# │···
  8. (pipenv-test) (base) /root/pipenv-test 19:54:53# │···
  9. (pipenv-test) (base) /root/pipenv-test 19:54:54# pipenv run ipython │···
  10. /root/anaconda3/lib/python3.7/site-packages/IPython/core/interactiveshell.py:925: UserWarning: Attempting to work in a virtualenv. If you encounter problems, please install IPython insi│···
  11. de the virtualenv. │···
  12. warn("Attempting to work in a virtualenv. If you encounter problems, please " │···
  13. Python 3.7.3 (default, Mar 27 2019, 22:11:17) │···
  14. Type 'copyright', 'credits' or 'license' for more information │···
  15. IPython 7.4.0 -- An enhanced Interactive Python. Type '?' for help. │···
  16. │···
  17. In [1]: import django │···
  18. │···
  19. In [2]: django │···
  20. Out[2]: <module 'django' from '/root/.local/share/virtualenvs/pipenv-test-dCuHWilL/lib/python3.7/site-packages/django/__init__.py'> │···
  21. │···
  22. In [3]: │···
  23. Do you really want to exit ([y]/n)? y │···
  24. (reverse-i-search)`d': pipenv install ^Cango │···
  25. (pipenv-test) (base) /root/pipenv-test 20:02:08# pipenv install ipython │···
  26. Installing ipython… │···
  27. Adding ipython to Pipfile's [packages]… │···
  28. ✔ Installation Succeeded │···
  29. Pipfile.lock (413e12) out of date, updating to (4f9dd2)… │···
  30. Locking [dev-packages] dependencies… │···
  31. Locking [packages] dependencies… │···
  32. ✔ Success! │···
  33. Updated Pipfile.lock (413e12)! │···
  34. Installing dependencies from Pipfile.lock (413e12)… │···
  35. 🐍 ▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉ 17/17 — 00:00:03 │···
  36. (pipenv-test) (base) /root/pipenv-test 20:05:28# pipenv --where │···
  37. /root/pipenv-test │···
  38. (pipenv-test) (base) /root/pipenv-test 20:07:12# pipenv --py │···
  39. /root/.local/share/virtualenvs/pipenv-test-dCuHWilL/bin/python │···
  40. (pipenv-test) (base) /root/pipenv-test 20:07:20# pipenv --ipython │···
  41. Usage: pipenv [OPTIONS] COMMAND [ARGS]... │···
  42. Try "pipenv -h" for help. │···
  43. │···
  44. Error: no such option: --ipython │···
  45. (pipenv-test) (base) /root/pipenv-test 20:07:32# pipenv run which ipython │···
  46. /root/.local/share/virtualenvs/pipenv-test-dCuHWilL/bin/ipython │···
  47. (pipenv-test) (base) /root/pipenv-test 20:07:45# pipenv run which python │···
  48. /root/.local/share/virtualenvs/pipenv-test-dCuHWilL/bin/python │···
  49. (pipenv-test) (base) /root/pipenv-test 20:08:07# │···
  50. ───────────────────────────────────────────────────────────────────
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement