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*
lang-py
virtualenvseems not to be in the load-path. Just reopening the terminal might already help, otherwisepip show virtualenvshows you the location that you can then add to your load-path.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: virtualenvecho $PATH?/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/binpipin your Linux systems' python, you might break your system. Apart from that the currentpipversion 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 usevirtualenvin a virtual env.