Answers for "create .env in linux"

3

linux set environment

# syntax 
# setenv SHELL *<filepath-of-file-containing-environment-settings>

# example
setenv SHELL /usr/bin/bash
Posted by: Guest on May-18-2020
0

add environment variable linux

export JAVA_HOME=/opt/openjdk11
Posted by: Guest on March-04-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language