Bonjour,
je suis nouveau sous mac os (10.8.2). J'aurai besoin de faire un script bash et j'ai une difficulté quand j'utilise un alias dans un script. J'ai installé gfortran-mp-4.7 via macports.
J'ai dans ~/.profile :
export PATH=/opt/local/bin:/opt/local/sbin:$PATH
J'ai dans ~/.bashrc :
alias gfortran='gfortran-mp-4.7'
Mon ~/.bash_profile :
#!/bin/bash
source ~/.profile # Get the paths
source ~/.bashrc # get aliases
J'ai bien fait un :
source ~/.bash_profile
J'ai aussi redémarré l'ordinateur.
Quand je lance un terminal que je tape gfortran cela marche
par contre quand je lance un fichier script :
#!/bin/bash
gfortran test.f90
il me dit : gfortran commande inconnue.
Quelqu'un à une idée.
Merci dans tout les cas
je suis nouveau sous mac os (10.8.2). J'aurai besoin de faire un script bash et j'ai une difficulté quand j'utilise un alias dans un script. J'ai installé gfortran-mp-4.7 via macports.
J'ai dans ~/.profile :
export PATH=/opt/local/bin:/opt/local/sbin:$PATH
J'ai dans ~/.bashrc :
alias gfortran='gfortran-mp-4.7'
Mon ~/.bash_profile :
#!/bin/bash
source ~/.profile # Get the paths
source ~/.bashrc # get aliases
J'ai bien fait un :
source ~/.bash_profile
J'ai aussi redémarré l'ordinateur.
Quand je lance un terminal que je tape gfortran cela marche
par contre quand je lance un fichier script :
#!/bin/bash
gfortran test.f90
il me dit : gfortran commande inconnue.
Quelqu'un à une idée.
Merci dans tout les cas