How to use python virtual environment in another computer

后端 未结 3 1977
感动是毒
感动是毒 2020-12-28 09:35

I have created an virtual environment by using virtualenv pyenv in my linux system. Now i want to use the virtual environment in another computer. Can i direct

3条回答
  •  梦毁少年i
    2020-12-28 09:49

    If your goal is to make sure that everything including your OS are the same in both computers then you can use virtual box and vagrant on top to setup a virtual box and then create your virtualenv using either requirements or any other way to reproduce it.

    https://docs.vagrantup.com/v2/getting-started/

提交回复
热议问题