Results 1 to 3 of 3

Thread: setenv command

  1. #1
    Join Date
    Mar 2006
    Location
    Oxford, OH, USA
    Beans
    1,055
    Distro
    Ubuntu 16.04 Xenial Xerus

    setenv command

    I am trying to compile a program which requires me to execute the command
    setenv ACEDB_MACHINE LINUX_4. However, Ubuntu replies setenv command not found. Please advise.

    Thanks,
    Andor

  2. #2
    Join Date
    May 2005
    Beans
    78

    Re: setenv command

    i second this :

  3. #3
    Join Date
    Mar 2006
    Location
    Paris
    Beans
    10
    Distro
    Kubuntu Breezy 5.10

    Re: setenv command

    setenv is used by tcsh. With bash you do:
    export ACEDB_MACHINE=LINUX_4

    (I think)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •