Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8199613
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T06:12:25+00:00 2026-06-07T06:12:25+00:00

I want to put below declare in a shell script: proxy_set declare -x https_proxy=https://192.168.220.4:8080/

  • 0

I want to put below declare in a shell script: proxy_set

declare -x https_proxy="https://192.168.220.4:8080/"

And then I execute it like below.

$ ./proxy_set

But “export” shows nothing happened.

And in another way if I execute it like this:

$ source proxy_set

Then “export” shows it works!

My question is how can I make it work without additional “source” cmd?
Thanks!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-07T06:12:26+00:00Added an answer on June 7, 2026 at 6:12 am

    You can’t. Setting variables in the environment only affects the environment of that shell and any future children it spawns; there’s no way to affect the parent shell. When you run it without the source (or .), a brand new shell is started up, then the variable is set in that shell’s environment, and then that shell exits, taking its environment with it.

    The source reads the commands and executes them within the current shell as if you had typed them.

    So if you want to set environment variables in a script, you have to source it. Alternatively, you can have a command generate shell commands as output instead of running them, and then the parent can evaluate the output of the command. Things like ssh-agent use this approach.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i want to put the id into the colorbox below this code nom works
I want to put data in javascript array like below. Carl, 56 Mark, 7
I want to put the below html code in my javascript function. I don't
Whenever we want to inject a list of properties file, we put the below
i want to display questions and below i want to put a textbox for
I have a really long string (reallyLongString below) and want to put its declaration/definition
Basically I want to put the div tags below in the center of the
i have the below code i want to put in a global method set
I have out put like below and i want to search for a particular
I want put a button on android edittextpreference. I create a custom editextpreference: public

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.