Skip to content
Snippets Groups Projects
Commit 5e041389 authored by jacques Grelet's avatar jacques Grelet
Browse files

add sudo -H

parent 1abc2f04
No related branches found
No related tags found
No related merge requests found
...@@ -403,6 +403,8 @@ ou ...@@ -403,6 +403,8 @@ ou
> sudo pip install <package> > sudo pip install <package>
ou ou
> python3 -m pip install --user <package> # instead > python3 -m pip install --user <package> # instead
ou
> sudo -H python3 -m pip install <package>
A tester: A tester:
Then I recommend adding the following aliases to your .bashrc: Then I recommend adding the following aliases to your .bashrc:
...@@ -486,12 +488,16 @@ Developpement: ...@@ -486,12 +488,16 @@ Developpement:
> pip install pynmea2 > pip install pynmea2
> pip install pySerial > pip install pySerial
> pip install netCDF4 > pip install netCDF4
> pip install netCDF4
> pip install matplotlib
> pip install seawater > pip install seawater
> pip install numpy > pip install numpy
> pip install PyInstaller > pip install PyInstaller
> pip install PySimpleGUI > pip install PySimpleGUI
> pip install ConfigParser > pip install ConfigParser
Pour utiliser QT au lieu de Tk Pour utiliser QT au lieu de Tk
> pip install PySimpleGUIQt > pip install PySimpleGUIQt
> pip install PySide2 > pip install PySide2
...@@ -543,4 +549,4 @@ From https://github.com/jgrelet/oceano2python ...@@ -543,4 +549,4 @@ From https://github.com/jgrelet/oceano2python
Merge made by the 'recursive' strategy. Merge made by the 'recursive' strategy.
README.md | 2 ++ README.md | 2 ++
1 file changed, 2 insertions(+) 1 file changed, 2 insertions(+)
create mode 100644 README.md create mode 100644 README.md
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment