We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39797a9 commit 121841cCopy full SHA for 121841c
bin/ubuntu_install_script.sh
@@ -11,6 +11,7 @@ make
11
# there.
12
FIDIMAG_PROFILE_PATH=/etc/profile.d/fidimag.sh
13
if [ ! -e "$FIDIMAG_PROFILE_PATH" ]; then
14
+ echo "Warning: Adding Fidimag to path at $FIDIMAG_PROFILE_PATH."
15
echo "Super user authentication required to add paths."
16
sudo mkdir --parents "$(dirname $FIDIMAG_PROFILE_PATH)"
17
sudo bash -c "echo \"export PYTHONPATH=$PWD/:\\\$PYTHONPATH\"\
0 commit comments