About 926,000 results
Open links in new tab
  1. What is the difference between env, setenv, export and when to use?

    Recently I noticed we have 3 options to set environment variables: export envVar1=1 setenv envVar2 2 env envVar3=3 If there are any other ways, please enlighten us. When should I …

  2. how to use setenv to set an environment variable? - Ask Ubuntu

    Jan 23, 2020 · DESCRIPTION The setenv() function adds the variable name to the environment with the value value, if name does not already exist. If name does exist in the environment, …

  3. How can I fix “setenv command not found - Ask Ubuntu

    I had the same issue (but with u-boot), always using setenv and suddenly it puts an error. I did use putty with other foreground color so I did a restart of putty with default color and setenv dit …

  4. What's the difference between "export" and "setenv"?

    What's the difference between export and setenv?there is none but: setenv is the name of the command in the *csh family of shells export is the name of the command in the "other" family …

  5. bash setenv command is not found - Unix & Linux Stack Exchange

    When I am using the following command setenv CLASSPATH /path/mysql-connector-java-ver-bin.jar:$CLASSPATH error is bash setenv command is not found When i find path of ...

  6. linux - 'setenv' command not working on tcsh shell when called ...

    'setenv' command not working on tcsh shell when called explicitly Ask Question Asked 8 years, 6 months ago Modified 8 years, 6 months ago

  7. How do I set environment variables? - Ask Ubuntu

    Aug 3, 2010 · I'm trying to set up Apache Tomcat on my pc, and it wants me to set up an environment variable for CATALINA_HOME. Does any know how to do this?

  8. How to permanently set environmental variables

    My variables are LD_LIBRARY_PATH=/usr/lib/oracle/11.2/client64/lib ORACLE_HOME=/usr/lib/oracle/11.2/client64 How to save these variables permanently ?

  9. environment variable with su - and systemd-run su

    Jan 1, 2025 · systemd-run does not set environment variables when using --setenv So why is the DISPLAY not kept when the su login shell is started from systemd-run even though it has been …

  10. bash - Tomcat does not recognize JAVA_HOME - Ask Ubuntu

    May 19, 2014 · Setting JAVA_HOME in setenv.sh gives you ability to use different tomcats with different applications that need different version of java, but running by one user.