My normal packages are located in /usr/local/lib/python2.7/dist-packages
I have another loose hanging folder named dist-packages
that contains several custom python packages taken from a different VM.
Does anyone know if a simple cp
the contents of of dist-packages
to /usr/local/lib/python2.7/dist-packages
do the trick? I don't want to do it and then have to manually sort out which files don't belong if it doesn't work.
Edit:
Or ideally a way for python2.7 to reference the path of custom dist-packages
.