Skip to content

Instantly share code, notes, and snippets.

View Johnz86's full-sized avatar

Jan Jakubcik Johnz86

  • Slovakia
View GitHub Profile
@Johnz86
Johnz86 / link_libs_to_packages.sh
Created November 7, 2014 10:02
Symlink all folders from virtualenv shared libs to site-packages.
@Johnz86
Johnz86 / get_packages_folders.sh
Last active August 29, 2015 14:08
Get list of python folders inside site-packages excluding eggs, setuptools and pip.
ls /opt/xenadm/venv/lib/python2.7/site-packages/ | grep -E -v "egg-info|pyc|py|setuptools|pip"