Skip to content
Advertisement

How to import a globally installed package to virtualenv folder

So I have a virtualenv folder called venv for my python project.

I can run:

JavaScript

Which installs all requirements I need for the project except one, M2Crypto. The only way to install it is through apt-get:

JavaScript

How can I then add this package installed through apt to venv folder?

Advertisement

Answer

What I did after all:

JavaScript
User contributions licensed under: CC BY-SA
1 People found this is helpful
Advertisement