Question
How to correctly move over 'lib' directory from local virtualenv to droplet?
I am trying to migrate over my virtualenv on my local machine to my droplet. Can I just create a new virtualenv on my droplet and then literally copy over the lib directory from my local machine into the virtualenv directory on my droplet? I am specifically wanting to know how to properly move over that lib directory.
If I can’t just copy that directory, am I going to have to install all those libraries from scratch again?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×