Computing environment refers to the system environment in which programs are developed or operate. It includes questions dealing with system-related program interactions and the software development environment. For questions about a virtual environment, use one of the specific specialized tags. For the user's working environment, use the [work-environment] tag. Use [environment-variables] if the question is specifically about that.
Questions tagged [computing-environment]
26 questions
7
votes
3 answers
Is it possible to create an isolated environment to install 3rd party application into?
I am looking for a utility / method to install 3rd part applications, such has embedded compilers, into its own isolated environment, including registry. On Mac OS X I use homebrew to achieve this. Being a Mac convert I realize that the two OS are…
Adam Lewis
- 751
4
votes
1 answer
Change Path for OS X
I am not asking how to change the path for mac OS X terminal windows.
I am having this problem, and I’d like to be able to launch by clicking. It does work if I open it in a terminal window (since the path is set correctly).
I have tried adding a…
Dan Rosenstark
- 6,698
4
votes
2 answers
Changing the prompt when ssh to another box
I want to be able to set a custom prompt (to help with automating jobs, the prompt should be something I can reliably detect). I found I am able to set the prompt remotely, like this:
wim@wim-acer:~$ ssh guest@192.168.1.124 -i…
wim
- 3,327
3
votes
2 answers
Bash: Press enter won't shift to new line, how to revert it back?
Sometime, when i try to do some execution and press ctrl-c , the final output bash would look like this...when i press enter , it won't shift to new line but next to each other.
how can i revert it back without creating another bash prompt?
$…
Kit Ho
- 5,587
3
votes
2 answers
Virtualization of multiple command line tools
Short Question
Has anyone had success virtualizing multiple command line tools in Windows?
Background
In a previous SU Question I asked how to setup isollated work envrionments. The over all answer was to virtualize the application. I have done…
Adam Lewis
- 751
2
votes
1 answer
Running PowerFlex Program on Windows
I have an old program written in PowerFlex and I would like to see if I can get it running on Windows. Does anyone have an idea of what I need to get started doing this?
Chris
- 1,768
2
votes
0 answers
Elastic beanstalk Rails - defaults to production environment even if I set staging environment
I am trying to bring up a staging instance of rails applciation using elastic beanstalk. I followed the documentation and did the following :
eb init --environment staging
eb start --environment staging
After this, I checked that the…
Divya Bhargov
- 273
2
votes
1 answer
Development Environment
I needed to migrate from Linux to Windows recently. It means, I currently do not own any local enviroment.
I'm looking for sugestions. I have two possibilities:
set up in office server
buy a VPS
I’m PHP/RoR/Django web-programmer, I co-work with…
Steffen
- 37
- 4
2
votes
2 answers
How to remove computername from home path?
I've just installed Windows 7, with the user name USERNAME, and machine name MACHINENAME. The home path is set to C:\Users\USERNAME.MACHINENAME. (The computer is NOT on a domain.)
How do I change it to just C:\Users\USERNAME?
Peter
- 21
2
votes
1 answer
Development environment clean installation
I'm about to install a new and clean development environment. To accomplish that, I would like a Windows operating system (possibly Windows 7) and a Ubuntu one (possibly the most recent, 10.04). To allow sharing data between the two operating…
Rui Gonçalves
- 123
1
vote
3 answers
How can I separate my work-developer environment and home-user environment effectively?
I used python-virtualenv previously for python tools, but now I've found a new remote job which needs a lot of native tools to be installed into my system. The question is how can I separate my work-developer environment and home-user…
VP.
- 142
1
vote
1 answer
User environment state report
What is the most easy way to help a user create a report about his environment?
Conditions:
Do not need administrator permissions
Run locally on user's PC
The result should be placed in a file
Need to verify is there a specific file, software or…
Sasha
- 153
1
vote
1 answer
The Ubuntu package development environment
I've read a lot (e.g., http://developer.ubuntu.com/packaging/html/, http://developer.ubuntu.com/resources/) but still can't figure out the following questions.
Is there cutting-edge Ubuntu package development environment as "constant" as Debian…
xpt
- 9,385
- 44
- 120
- 178
1
vote
1 answer
If I virtualise my work laptop can I use both the virtualised and physical instances
I'm quite keen to virtualise my work laptop so that I can leave my work device in my bag when I get home and fire up my much nicer and more powerful home PC to continue my work. I know this isn't a problem to virtualise the device however I would be…
Leroy
- 19
1
vote
3 answers
"/usr/bin/env bash" is not found when running from a cron script
I have this in my crontab:
PATH=/usr/bin:/usr/local/bin:$PATH
*/1 * * * * /usr/bin/env bash > ~/cron.log 2>&1
The ouput in cron.log is the following:
/usr/bin/env bash: No such file or directory
/usr/bin/env as well as /bin/bash both exist. And I…
orion3
- 722