python_setup

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
python_setup [2021/06/28 13:54] – [Package Managers] andonovjpython_setup [2021/06/28 13:54] (current) andonovj
Line 4: Line 4:
  
 =====Setup===== =====Setup=====
- 
-====Python==== 
- 
-===Update PIP=== 
-To update the pip, use the following command: 
-<Code:bash|Update PIP> 
-julienandonovs-MacBook-Pro:~ root# pip3 install --upgrade pip 
-Collecting pip 
-  Downloading https://files.pythonhosted.org/packages/fe/ef/60d7ba03b5c442309ef42e7d69959f73aacccd0d86008362a681c4698e83/pip-21.0.1-py3-none-any.whl (1.5MB) 
-     |████████████████████████████████| 1.5MB 2.2MB/ 
-Installing collected packages: pip 
-  Found existing installation: pip 19.2.3 
-    Uninstalling pip-19.2.3: 
-      Successfully uninstalled pip-19.2.3 
-Successfully installed pip-21.0.1 
-julienandonovs-MacBook-Pro:~ root#  
-</Code> 
  
 ====Jupyter==== ====Jupyter====
Line 79: Line 62:
 jupyter labextension install jupyter-matplotlib jupyter labextension install jupyter-matplotlib
 </Code> </Code>
 +
 +
 +===Update PIP===
 +To update the pip, use the following command:
 +<Code:bash|Update PIP>
 +julienandonovs-MacBook-Pro:~ root# pip3 install --upgrade pip
 +Collecting pip
 +  Downloading https://files.pythonhosted.org/packages/fe/ef/60d7ba03b5c442309ef42e7d69959f73aacccd0d86008362a681c4698e83/pip-21.0.1-py3-none-any.whl (1.5MB)
 +     |████████████████████████████████| 1.5MB 2.2MB/
 +Installing collected packages: pip
 +  Found existing installation: pip 19.2.3
 +    Uninstalling pip-19.2.3:
 +      Successfully uninstalled pip-19.2.3
 +Successfully installed pip-21.0.1
 +julienandonovs-MacBook-Pro:~ root# 
 +</Code>
 +
  • python_setup.1624888441.txt.gz
  • Last modified: 2021/06/28 13:54
  • by andonovj