Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
NMPP
FaVAD
Commits
f028d804
Commit
f028d804
authored
Jan 10, 2020
by
Michele Compostella
Browse files
Added --user flag to pip3 commands in the installer.sh
parent
ebb272de
Changes
1
Hide whitespace changes
Inline
Side-by-side
assets/installer.sh
View file @
f028d804
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
# ./installer.sh /installation_path/ full_name email_address organization
# ./installer.sh /installation_path/ full_name email_address organization
#
#
# For example:
# For example:
# ./installer.sh /home/
marco
/software/ "Marcus Aurelius" marcus.aurelius@email.com "Imperium Romanum"
# ./installer.sh /home/
aurelius
/software/ "Marcus Aurelius" marcus.aurelius@email.com "Imperium Romanum"
#
#
# Note that "full_name", "email_address" and "organization" are required
# Note that "full_name", "email_address" and "organization" are required
# to accept the GAP suite license.
# to accept the GAP suite license.
...
@@ -32,10 +32,10 @@ pushd $1
...
@@ -32,10 +32,10 @@ pushd $1
# Installing Python 3 packages
# Installing Python 3 packages
echo
"Installing Python 3 packages..."
echo
"Installing Python 3 packages..."
pip3
install
numpy
pip3
install
--user
numpy
pip3
install
matplotlib
pip3
install
--user
matplotlib
pip3
install
vtk
pip3
install
--user
vtk
pip3
install
mayavi
pip3
install
--user
mayavi
# Installing QUIP with GAP
# Installing QUIP with GAP
echo
"Installing QUIP with GAP..."
echo
"Installing QUIP with GAP..."
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment