Questions tagged [path]

218 questions
0
votes
1 answer

Azure App Service portal not working after misconfiguration

I was trying to setup path mappings for my PHP Azure Web App, I was attempting to every virtual path under a certain path directory redirect to a single PHP index file. So for example: /myapp/ would serve the following PHP file:…
0
votes
1 answer

Libruby.so library not in default library location

I have installed rh-ruby26 on my machine as a root user and it got installed under /opt/rh/rh-ruby26/root/bin/ruby..when I have tried to execute a script , am getting "error while loading shared libraries: libruby.so.2.6:cannot open shared file…
0
votes
0 answers

Redirect request of subdomain to server/path

Currently, we are having two webservers, the first one is directly handling request from domain1.com. I'm trying to deploy another webserver in which it will handle request from sub.domain2.com. Because there is no DNS server within our network, so…
-1
votes
1 answer

Can't change global PATH environment in ubuntu 18.04

I tried editing /etc/environment, changed it by removing games and adding my swift installation location, so now it looks like: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/swift/usr/bin" That didn't work (even tried…
iMoses
  • 111
  • 4
-1
votes
1 answer

Changing path to basedir of mysql

When-ever I need to start mysql from command line, I need to cd to the base directory and then use mysql command as shown below: # cd /home/ec2-user/percona-5.5.30-tokudb-7.0.1-fedora-x86_64/ # ./bin/mysql Welcome to the MySQL monitor. Commands…
shantanuo
  • 3,579
  • 8
  • 49
  • 66
-1
votes
3 answers

How to replace a certain path from the PATH variable?

I am using Cygwin and would like to modify the following PATH via bash shell: /usr/local/bin:/usr/bin:/cygdrive/c/Program Files (x86)/Microsoft Visual Studio 10.0/VSTSDB/Deploy:/cygdrive/c/Program Files (x86)/Microsoft Visual Studio…
Danijel
  • 256
  • 6
  • 19
-1
votes
1 answer

Programatically get full path to binary in powershell (which, where, Get-Command)

How do I get the absolute path to a given binary and store it to a variable? What is the equivalent to the following for Linux Bash in Windows Powershell? user@disp985:~$ path=`which gpg` user@disp985:~$ echo $path /usr/bin/gpg user@disp985:~$…
Michael Altfield
  • 739
  • 2
  • 8
  • 23
-2
votes
1 answer

define software path

I have an older version already installed. I have upraded the package using setup.py install command. But the path is not correctly set. When I type "s3cmd" is shows the older version of software. # s3cmd s3cmd [options] [arg(s)] …
shantanuo
  • 3,579
  • 8
  • 49
  • 66
1 2 3
14
15