The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
48 views

How to get environment of a variable in R

I was wondering if there is anyway to get the environment of a declared variable. Say I already have declared a variable to an environment and want to use that variable's environment to declare a few ...
1
vote
1answer
35 views

setting $ENV{variable} when calling python [duplicate]

I'm new to Python and would like reproduce a convenience I used when working in Perl. When calling a Perl script I usually set some $ENV variables (like VERBOSE, DEVELOP and DEBUG). Inside the called ...
1
vote
1answer
38 views

Python with and without environment

What is the difference between these two lines? #!/usr/bin/python #!/usr/bin/env python
0
votes
1answer
32 views

Nagios doesn't get exports from /etc/profile

I've got Nagios and Oracle sqlplus client installed on my server. Sqlplus needs few environment variables for its run, so I added exports to /etc/profile. Login as root sets variables right, login as ...
1
vote
2answers
83 views

Passing a Fabric env.hosts sting as a variable is not work in function

Passing a Fabric env.hosts sting as a variable is not work in function. demo.py #!/usr/bin/env python from fabric.api import env, run def deploy(hosts, command): print hosts env.hosts = ...
0
votes
2answers
84 views

Module can import at console, but not within script

I am having a strange problem when I run a script, I can not load pymongo, but it is available when I run the hashbang interpreter (/usr/bin/env python). The original call import pymongo was buried ...
0
votes
1answer
78 views

python fabric no host found must manually set 'env.host_string'

Is there any way to get this to work with env.hosts? As opposed to having to loop manually whenever I have multiple hosts to run this on? I am trying to use the fabric api, to not have to use the ...
0
votes
0answers
20 views

Rsync failing with Env Variable

I am using following script to rsync back files. If I amy execute those one by one on shell it work. But when I use to execute theem in script it is giving error "rsync: link_stat ...
0
votes
0answers
175 views

Apache Ant 1.8 on CentOS

I am trying to get apache ant 1.8 to work under CentOS. First, I had this error. Error: Could not find or load main class org.apache.tools.ant.launch.Launcher Then I set the following variables ...
0
votes
2answers
216 views

returning var back to calling batch file

i start a batch file to process some code, at a time it calls another batchfile and should get returned a variable, but the methods explained in man pages about local/endlocal seem not to work here, ...
0
votes
1answer
41 views

Symfony2 - The file config_.yml does not exist

I'm trying to clean my prod cache on symfony2 (php app/console cache:clear --env-prod), and I get the following error : [InvalidArgumentException] The file ...
3
votes
2answers
64 views

What's the difference of the command output after inputting the command “env”, “export”, “set” under Bash Shell in Solaris?

OS: Solaris Shell: Bash Shell Scenario: Input the commands separately: "env", "export" and "set" (without any arguments) and there will be a list of variables and values returned. My question: ...
0
votes
0answers
27 views

How to check the availability of Boost libraries [closed]

I am just wondering: How to check the availability of Boost on my Linux system after I have run something like module add Boost? Should I check some env variables?
0
votes
1answer
45 views

_ENV & classes in Lua are not being compatible

_ENV currently hates using classes. I'm attempting to create a Latin kind of Lua, and some things can't precisely be made with _ENV but it's a lot more efficient. setfenv was being uncooperative as ...
1
vote
1answer
382 views

Rails + SendGrid Unauthenticated senders not allowed

I'm currently working on sending emails via sendgrid and currently sending emails to new users is working. ...But strangely, very similar emailing options aren't working - the full email including ...
0
votes
0answers
26 views

running subshell, not changeing current

I needed to run a subshell, waiting for it and not changing current env. so after playing around this the solution I offer. (* it might be trivial for experts but it took me some time to come up with ...
0
votes
1answer
234 views

OS Mountain LION PHP Environment Variable

I have freshly installed Mac OS 10.8 Mountain Lion and I have noticed that the PHP version the system is using is not the one associated to MAMP. I used to modify my PATH variable to point my OS to ...
1
vote
1answer
174 views

Error setting env thru subprocess.call to run a python script on a remote linux machine

I am running a python script on a windows machine to invoke another python script on a remote linux machine. I am using subprocess.call with ssh to do this, like below: subprocess.call('ssh -i ...
0
votes
1answer
89 views

how to replace current process without shell expansion, passing complete ARGV array

What's the simple equivalent of a Bash exec $0 $* in Ruby? http://www.ruby-doc.org/core-1.9.3/Kernel.html#method-i-exec EDIT Part of the answer seems to be: exec( "/bin/ls", *ARGV) # ...
1
vote
1answer
76 views

How to access environment variables in an ITCL class?

I know that in a normal tcl script environment variables can be accessed like this: global env puts "User: $env(USER)" set env(IOFILE) "somefile.txt" but this doesn't seem to work within an ITCL ...
1
vote
2answers
274 views

Multi-staging environment for Rails with Nginx

I have created new environment "staging". Locally it works. I run it this way: RAILS_ENV=staging passenger start On server I use Nginx + passenger. In virtual host settings I have written: server ...
2
votes
3answers
191 views

Shell script shebang for unknown path

Is it possible to specify a shebang line without knowing the path of the program you want to do the executing? maybe don't specify the path #!node or specify several options #!/usr/local/bin/node ...
0
votes
1answer
76 views

How to invoke env from eLisp and escape the path to the target program properly?

What I'm trying to do is as follows: (let ((pj-path (concat src haxe-project-generator))) (when (file-exists-p pj-path) (shell-command (concat "env " (haxe-build-env-vars ...
2
votes
2answers
676 views

List all environment variable names in busybox

Environment variables with multiline values may confuse env's output: # export A="B > C=D > E=F" # env A=B C=D E=F TERM=xterm SHELL=/bin/bash USER=root MAIL=/var/mail/root ...
0
votes
2answers
213 views

using source in a bash script

I've installed some of my code that needs Perl 5.010 on a CentOS 5.x server using perlbrew and it needs the two lines source ~/perl5/perlbrew/etc/bashrc and perlbrew switch perl-5.10.1 To be ...
1
vote
3answers
122 views

why does setting an initial environment using env stall the launch of my Python script on Ubuntu?

I have a test script, e.g. "test.py", and I want to make it so that it executes with a particular environment variable set before the script begins: #!/usr/bin/env TEST=anything python print "Hello, ...
15
votes
4answers
5k views

Mac OS: /usr/bin/env: bad interpreter: Operation not permitted

I'm trying to run this script on Mac OS 10.7 (Lion) and I'm getting the error: $ bbcolors -bash: /usr/local/bin/bbcolors: /usr/bin/env: bad interpreter: Operation not permitted I've successfully ...
-4
votes
3answers
377 views

PHP use $_ENV instead of $_SESSION

Is the any danger in using $_ENV to hold global script variables rather than using $_SESSION? I understand the difference between the 2 superglobals but not sure of the impact of using $_ENV over ...
0
votes
1answer
272 views

Calling system() or IPC::Run3 commands from perl don't seem to pass environment variable ($ENV{JAVA_HOME})

I've been struggling with launching a java process from perl. The root of the problem is that the java process is missing the JAVA_HOME environment variable causing a ClassNotFoundException. I ...
1
vote
1answer
366 views

passing env variables to fcgi (perl)

I have an apache 2 webserver running with mod_fcgid. CGI scripts are executed by passing some environment variables and then exec'ing a perl program, eg: index.cgi: #!/bin/sh export TEST_VAR=test ...
5
votes
3answers
2k views

%ENV doesn't work and I cannot use shared library

I cannot use %ENV var on my Perl script to use Oracle libs. BEGIN { $ORACLE_HOME = "/usr/lib/oracle/10.2.0.3/client64"; $LD_LIBRARY_PATH = "$ORACLE_HOME/lib"; $ORACLE_SID="prod"; ...
0
votes
2answers
511 views

What's the best way to get the hostname from the env hash in a Rails app?

I'm writing an OmniAuth dynamic provider and in the callback I need to get the current hostname (the app works in several different hostnames). I don't have the request object, just a big env hash. I ...
1
vote
1answer
1k views

.htaccess test if ENV is true or defined

I need to run a set of RewriteCond statements if an ENV is true or defined (if not defined, then presumed false). I've been trying to use: RewriteCond %{ENV:IS_MOBILE} ^true$ RewriteCond ... and ...
0
votes
3answers
3k views

Installing Gems without rvm, as root, with explicit version of ruby

I've decided to get rid of rvm, and I'm having trouble compiling a gem with my new version of ruby 1.9.2. The gem requires 1.9.2, I have it, yet says it can't install without, so the error messages ...
1
vote
1answer
317 views

Best way to determine Flash context in AS3?

I want to know, if my Flashapplication is running in a browser or it is tested from within Flash authoring tool (local Flashplayer). I came up with this one. var isLocal:Boolean = ...
2
votes
4answers
3k views

How to run “bundle exec” from a specific Ruby version using RVM when shell environment is not there

Ok I have a confession to make - I still run a massive FCGI setup (just alot of servers configured). I am trying to adapt it to rvm. In the fcgi settings I can specify the commandline command to ...
6
votes
4answers
310 views

#! /usr/bin/env and process names: portability at a price?

There are lots of good reasons to use #! /usr/bin/env. Bottom line: It makes your code more portable. Well, sorta. Check this out.... I have two nearly identical scripts, bintest.py #! ...
8
votes
2answers
1k views

Python replacements for RVM/Bundler/Capistrano

I'm just moving over from Ruby/Rails development to Python/Django and i'm trying to find the best replacements for RVM/Bundler/Capistrano but it seems to be a total mess? I've found these so far: ...
1
vote
1answer
762 views

How to pass all bash env variables to cron

A given crontab entry gives errors and the reason is that it can not read all env variables from bash. I wonder how could I pass all this info to cron
3
votes
4answers
22k views

setting/reading up environment variables in Python [duplicate]

Possible Duplicate: How to set environmental variables in Python I have a python script which again call lot other python functions and also shell scripts. I want to set a environment ...
5
votes
2answers
2k views

rails 3, how use an ENV config vars in a Settings.yml file?

In my settings.yml file I have several config vars, some of which reference ENV[] variables. for example I have ENV['FOOVAR'] equals WIDGET I thought I could reference ENV vars inside <% %> like ...
0
votes
3answers
1k views

bash: set environment variable out of find's exec

I would like to find all directories in the current working directory and its subdirectories, that are either the root of a git repository, or not tracked by git at all. To do so I wrote this bash ...
4
votes
4answers
2k views

What's the difference of using #!/usr/bin/env or #!/bin/env in shebang?

Will there be any difference or it's just a personal choice?
2
votes
3answers
2k views

CoffeeScript in a shell script — run by Apache (as CGI)

Following the advice here I can get a shell script in JavaScript that runs under node.js and prints a bit of hello world html: test.cgi ------- #!/usr/local/bin/node console.log("Content-Type: ...
1
vote
1answer
139 views

sudo has different environments, why?

I realize that: sudo -i env is different from: sudo -i sudo env They are both sudo, why are they different? In my case, I realize the PATHs are very different, so sometimes things can't run ...
73
votes
6answers
65k views

Python ENVIRONMENT variables

How to check/print Python environment variable values? What would be 'installation-dependent directories' for Python 25 with Windows default installation?
1
vote
3answers
6k views

NGINX and environment variables from configuration file

I'm trying to set some environment variables to nginx via it's configuration file. I'm using nginx/0.8.53 and it's not working. server { listen 80; server_name localdictus; root ...
1
vote
1answer
964 views

Insecure $ENV{ENV} while running with -T switch

When I try the last example from perlfaq5: How-do-I-count-the-number-of-lines-in-a-file? I get an error-message. What should I do to get the script working? #!/usr/local/bin/perl -T use warnings; ...
1
vote
1answer
1k views

when we need use sudo python xxx.py or just python xxx.py or xxx.py

I have write a website,what confused me is when i run the website,first i need start the the app, so there are 3 ways: sudo python xxx.py python xxx.py xxx.py I didn't clear with how to use each ...
0
votes
1answer
463 views

Csh run script config file, and variables

I am fairly inexperienced with shell(csh in this case) scripts but was asked to edit one. I was asked to add a config file to make it much simpler to edit several specific variables. I thought this ...

1 2