Skip to main content

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.

5
  • 1
    For me, I had to do sudo apt install --reinstall virtualenv. Thanks for the suggestion!
    – smac89
    Commented Dec 19, 2017 at 16:12
  • 1
    sudo apt install virtualenv --upgrade fixed it for me
    – jturi
    Commented Oct 22, 2019 at 22:06
  • Neither fixed it for me. sudo apt install virtualenv --upgrade gives error ERROR: virtualenvwrapper could not find virtualenv in your path
    – Alex
    Commented Jul 19, 2022 at 14:51
  • @Alex I think --upgrade works only if the package is already installed.
    – Sudheer K
    Commented Jul 21, 2022 at 2:35
  • This did not fix my issue, it made things worse. This is not a good solution as the problem maybe deeper for others. People maybe mixing up their pip installs and apt installs which are different paths. The solution is to fix your path problems.
    – Dave
    Commented Jan 4 at 20:43