Skip to content

Instantly share code, notes, and snippets.

@saketkc
Created June 24, 2020 00:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save saketkc/2811813c5845a3a54462510f2e24505d to your computer and use it in GitHub Desktop.
Save saketkc/2811813c5845a3a54462510f2e24505d to your computer and use it in GitHub Desktop.
import sys, os
dist_package_index = sys.path.index('/usr/local/lib/python3.6/dist-packages')
sys.path = sys.path[:dist_package_index] + ['/usr/local/lib/python3.6/site-packages'] + sys.path[dist_package_index:]
sys.path
exec(open('rapidsai-csp-utils/colab/update_modules.py').read(), globals())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment