Guest User

Untitled

a guest
Jul 17th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.68 KB | None | 0 0
  1. pip3 install pipenv
  2. mkdir django
  3.  
  4. Installing collected packages: pytz, django
  5. Successfully installed django-2.0.7 pytz-2018.5
  6.  
  7. Adding django to Pipfile's [packages]...
  8. Pipfile.lock not found, creating...
  9. Locking [dev-packages] dependencies...
  10. Locking [packages] dependencies...
  11. Updated Pipfile.lock (85c883)!
  12. Installing dependencies from Pipfile.lock (85c883)...
  13. 🐍 β–‰β–‰β–‰β–‰β–‰β–‰β–‰β–‰β–‰β–‰β–‰β–‰β–‰β–‰β–‰β–‰β–‰β–‰β–‰β–‰β–‰β–‰β–‰β–‰β–‰β–‰β–‰β–‰β–‰β–‰β–‰β–‰ 2/2 β€” 00:00:00
  14. To activate this project's virtualenv, run pipenv shell.
  15. Alternatively, run a command inside the virtualenv with pipenv run.
  16.  
  17. pipenv install django
  18. pipenv shell
  19.  
  20. a8206602016e:test billybob$ pipenv shell
  21. Launching subshell in virtual environment…
  22. Traceback (most recent call last):
  23. File "/Users/billybob/.pyenv/versions/3.6.5/bin/pipenv", line 11, in <module>
  24. sys.exit(cli())
  25. File "/Users/billybob/.pyenv/versions/3.6.5/lib/python3.6/site-packages/pipenv/vendor/click/core.py", line 722, in __call__
  26. return self.main(*args, **kwargs)
  27. File "/Users/billybob/.pyenv/versions/3.6.5/lib/python3.6/site-packages/pipenv/vendor/click/core.py", line 697, in main
  28. rv = self.invoke(ctx)
  29. File "/Users/billybob/.pyenv/versions/3.6.5/lib/python3.6/site-packages/pipenv/vendor/click/core.py", line 1066, in invoke
  30. return _process_result(sub_ctx.command.invoke(sub_ctx))
  31. File "/Users/billybob/.pyenv/versions/3.6.5/lib/python3.6/site-packages/pipenv/vendor/click/core.py", line 895, in invoke
  32. return ctx.invoke(self.callback, **ctx.params)
  33. File "/Users/billybob/.pyenv/versions/3.6.5/lib/python3.6/site-packages/pipenv/vendor/click/core.py", line 535, in invoke
  34. return callback(*args, **kwargs)
  35. File "/Users/billybob/.pyenv/versions/3.6.5/lib/python3.6/site-packages/pipenv/cli.py", line 664, in shell
  36. three=three, python=python, fancy=fancy, shell_args=shell_args, pypi_mirror=pypi_mirror
  37. File "/Users/billybob/.pyenv/versions/3.6.5/lib/python3.6/site-packages/pipenv/core.py", line 2163, in do_shell
  38. shell.fork_compat(*fork_args)
  39. File "/Users/billybob/.pyenv/versions/3.6.5/lib/python3.6/site-packages/pipenv/shells.py", line 107, in fork_compat
  40. self.cmd, ['-i'], dimensions=(dims.lines, dims.columns),
  41. File "/Users/billybob/.pyenv/versions/3.6.5/lib/python3.6/site-packages/pipenv/vendor/pexpect/pty_spawn.py", line 204, in __init__
  42. self._spawn(command, args, preexec_fn, dimensions)
  43. File "/Users/billybob/.pyenv/versions/3.6.5/lib/python3.6/site-packages/pipenv/vendor/pexpect/pty_spawn.py", line 276, in _spawn
  44. 'executable: %s.' % self.command)
  45. pipenv.vendor.pexpect.exceptions.ExceptionPexpect: The command was not found or was not executable: /bin/false.
  46. a8206602016e:test billybob$
Add Comment
Please, Sign In to add comment