Skip to main content
Stack Overflow
  1. About
  2. For Teams

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

Draft saved
Draft discarded
Cancel
5
  • The executable of virtualenv seems not to be in the load-path. Just reopening the terminal might already help, otherwise pip show virtualenv shows you the location that you can then add to your load-path. Commented Dec 18, 2016 at 18:07
  • 1
    ubuntu@ubuntu  ~  pip show virtualenv --- Name: virtualenv Version: 15.1.0 Location: /home/ubuntu/.local/lib/python2.7/site-packages Requires: ubuntu@ubuntu  ~  virtualenv zsh: command not found: virtualenv Commented Dec 18, 2016 at 18:07
  • What is the output of echo $PATH? Commented Dec 18, 2016 at 18:09
  • /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin Commented Dec 18, 2016 at 18:09
  • You should never install using pip in your Linux systems' python, you might break your system. Apart from that the current pip version is 9.0.1, that what you have there is outdated and insecure. See e.g. stackoverflow.com/a/30692103/1307905 on how to properly create and use virtualenv in a virtual env. Commented Dec 18, 2016 at 18:17

lang-py

AltStyle によって変換されたページ (->オリジナル) /