Python and bash snippets
import pipfrom subprocess import callfor dist in pip.get_installed_distributions(): call("pip install --upgrade " + dist.project_name, shell=True)
sudo ipython""" Cut the code above and type%paste
No comments:
Post a Comment