File: auto.env.sh

package info (click to toggle)
auto-07p 0.9.1%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 16,180 kB
  • sloc: fortran: 22,644; f90: 19,340; python: 19,045; ansic: 11,116; sh: 1,079; makefile: 614; perl: 339
file content (14 lines) | stat: -rwxr-xr-x 407 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh
# 
#  This file has to be sourced before activating AUTO if you are using
#  a 'sh' compatible shell, such as sh, bash, ksh, or ash.
#
AUTO_DIR=$HOME/auto/07p
PATH=$AUTO_DIR/cmds:$AUTO_DIR/bin:$PATH
# the following is an example (to be uncommented) for Windows+MSYS:
#PATH="/c/Python27:/bin:/c/Program Files/gfortran/bin:$PATH"
export AUTO_DIR
export PATH
#
# DON'T ADD ANYTHING AFTER THIS LINE
#