I have created a virtual environment in pycharm on windows.
I've cloned the project to a linux machine running Ubuntu 18.04 and
tried creating a venv with same name at linux (I overwrote it with virtualenv venv
) but I had to install requirements again.
Is there an any way run this existing venv to linux?