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.

4
  • 1
    This was the easiest solution for fixing this issue on Windows 10 Ubuntu subsystem, thanks! Commented Apr 20, 2019 at 19:07
  • 5
    Worked on my Windows 10 Ubuntu subsystem too. The critical part was export VIRTUALENVWRAPPER_VIRTUALENV=/home/YOUR_USERNAME/.local/bin/virtualenv. I searched for the virtualenv using Everything (a search program) and found that it exists is some long directory with /.local/bin/virtualenv at the end.
    – irene
    Commented Feb 25, 2020 at 8:00
  • export VIRTUALENVWRAPPER_VIRTUALENV was also the line that got it working for me. ElementaryOS 6, python 3.8. The virtualenvwrapper installation instructions do not include this step
    – Stetzon
    Commented Jan 28, 2022 at 18:12
  • 1
    This should be marked as the right solution.
    – LucasBr
    Commented Apr 6, 2022 at 12:24