


NOTE: You will be unable to upgrade packages installed locally on the system.For Python 3.6 this would be 'pip3.6 install -upgrade -user numpy'.In this example using Python 2.7: 'pip install -upgrade -user numpy'.This example will upgrade the numpy package:.To upgrade a package use the command '$PIP install -upgrade -user '.If you wish to update a Python module you can do so with the '-upgrade' flag Confirm this action by typing ‘y' then Enter key. The command will ask for confirmation after listing the files to be removed.NOTE: You will be unable to remove packages installed directly on the system.For Python 3.6 this would be 'pip3.6 uninstall -user flask'.In this example using Python 2.7: 'pip uninstall - flask'.


