Skip to main content

Questions tagged [paths]

Questions related to path in networking, file system and OS.

Filter by
Sorted by
Tagged with
0 votes
0 answers
7 views

MGLTools Segmentation Fault

I'm currently working as an intern for computational chemistry. One of the applications that we need is MGLTools which I installed using this website: https://bioconda.github.io/recipes/mgltools/...
Jacob Isaac Delfin's user avatar
0 votes
1 answer
48 views

Problem in executing terminal commands

Command 'sed' is available in the following places * /bin/sed * /usr/bin/sed The command could not be located because '/usr/bin:/bin' is not included in the PATH environment variable. sed: command ...
arnab samanta's user avatar
2 votes
0 answers
155 views

Help to open tibia on ubuntu 24.04. QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root'

I'm trying to install tibia on my computer. I always receive the following error when I try to run the program. Can someone help me? input: sudo ./Tibia output:QStandardPaths: XDG_RUNTIME_DIR not set,...
Docs aulas's user avatar
2 votes
1 answer
66 views

How is ~/.local/bin getting on my PATH

I noticed an anomaly with how my PATH is being configured on a new install of 22.04. Initially ~/.local/bin appeared twice. I reduced it to one time by commenting out the relevant block in ~/....
Dave's user avatar
  • 392
1 vote
0 answers
165 views

systemd PATH not working consistently

I have a very simple systemd service: [Unit] Description=throttle service [Service] ExecStart=%h/.local/bin/throttle --server Type=simple Restart=always RestartSec=3 [Install] WantedBy=default....
fbence's user avatar
  • 234
0 votes
1 answer
86 views

Help repairing broken Python base on Linux with Miniedit-WiFi setup

I previously uninstalled Python3.12 (on which I had ran Miniedit-WiFi tool) and left the default Python3.11; however the following console-log error keeps popping out whenever I run a Python script on ...
Kayemba Luwaga's user avatar
0 votes
3 answers
1k views

Find default library paths location in Ubuntu

I'm on an Ubuntu 22.04 system and I'm working with C language and libraries. I know (from different books, included "The Linux Programming Interface" by Kerrisk) that this algorithm is used ...
Kode1000's user avatar
1 vote
1 answer
504 views

Latex Workshop error: Cannot find LaTeX root file

I recently changed from Windows to Ubuntu because I'm learning to code. I used to write my class assignments in LaTeX using vscode and Latex Workshop. However, I've tried to set it up in Ubuntu and I'...
Alex Moreno's user avatar
0 votes
1 answer
469 views

How to get the path for a new USB drive

Recently I installed a 2TB usb drive on Ubuntu 20.04, and copied some files onto it. Now I would like to read those files in a Python program, but I can't get the path to the new drive. The drive is /...
RTC222's user avatar
  • 257
0 votes
0 answers
45 views

Pycharm does not launch from other directory even after editing .bashrc, .profile and .environment

I downloaded PyCharm, and from the directory where the executable pycharm.sh is, it works fine, however, whenever I do sudo vim ~/.profile, sudo vim ~/.bashrc, and add export PATH="$HOME/pycharm-...
XXX's user avatar
  • 1
-1 votes
1 answer
38 views

Why does c++ app launched from the Netbeans use Netbeans install dir?

When I run a simple application that uses a library, Ogre3D in my case, from NetBeans, it breaks with the following message: Error occurred during execution: InternalErrorException: Could not load ...
FvEldijk's user avatar
  • 357
1 vote
2 answers
171 views

Where can I add to the ***universal*** path?

I'm a script kiddie of sorts and enjoy writing bash scripts for things, and I keep them in a repository that I synchronize, and on my personal computers I keep it in a home/otherStuff/customBin folder,...
Jrome's user avatar
  • 13
0 votes
0 answers
104 views

I am having issue while installing Flutter in Ubuntu 20.04

I used snap to install flutter, i.e. sudo snap install flutter --classic After when I run flutter sdk-path it shows the following. The same happened when I tried manually downloading the .zip, ...
Vishnu Shaji's user avatar
2 votes
1 answer
157 views

How to remove a particular bin from path/auto-complete?

I don't have sudo privileges on my work laptop and tmuxinator is installed, but I wish to use tmuxifier instead. I successfully installed the latter (without needing sudo by using git), but now, ...
stuball's user avatar
  • 31
2 votes
1 answer
512 views

Snap Paths Aren't Listed Properly

Note: I am using the example of discord but this is for all snap apps that i installed from the software center. I needed NodeJs for something and had to go through alot of steps as it simply would ...
TrainedPro's user avatar
-1 votes
2 answers
460 views

Accidentally changed PATH variable and I cant change it back, or use vim etc..help

I know there are many questions like this, but I unfortunately dont know enough about Ubuntu to be able to apply it to my situation. I have all my stuff saved for work on a remote machine, that i ...
Learn4life's user avatar
0 votes
2 answers
81 views

Adding simple shortcut on the terminal, the right way

I am trying to add folder to PATH variable (for specific user only). so to ~/.bashrc i have added export PATH=$PATH:/home/username/Tools/scripts/ within this folder i am having scripts and some ...
TeslaS's user avatar
  • 11
0 votes
0 answers
679 views

Set LD_LIBRARY_PATH for with symlinks

As per the Ubuntu documentation - the only way to permanently set LD_LIBRARY_PATH is by adding a conf file to /etc/ld.so.conf.d/ If I manually run export LD_LIBRARY_PATH=~/nextcloudapp/squashfs-root/...
Terence Eden's user avatar
  • 1,796
1 vote
1 answer
330 views

Terminal is neither showing path nor working

The default terminal and the VS code Terminal are neither showing path nor working. I have updated the system, cleared the cache, reinstalled the terminal, installed the new other terminals, and saw ...
Sreyapashikanti's user avatar
1 vote
1 answer
636 views

flatpak program - add to path such that terminal knows the program

I can usually fire op blender via the terminal by executing blender. This worked out of the box, when using snap. However, the version in snap was very old so I found a newer version in flatpak. ...
nammerkage's user avatar
-1 votes
1 answer
71 views

ns3 installation error

NS3_MODULE_PATH = ['/usr/local/sbin', '/usr/local/bin', '/usr/sbin', '/usr/bin', '/sbin', '/bin', '/usr/games', '/usr/local/games', '/usr/lib/wsl/lib', '/mnt/c/Program Files/Common Files/Oracle/Java/...
Ayaan's user avatar
  • 13
3 votes
4 answers
15k views

How to solve "Please make sure libcudnn_cnn_infer.so.8 is in your library path!" (WSL Ubuntu)

When I try to run a PyTorch program, it fails: Could not load library libcudnn_cnn_infer.so.8. Error: libcuda.so: cannot open shared object file: No such file or directory Please make sure ...
mulish max's user avatar
4 votes
2 answers
2k views

How to create an alias for a "cat" file usable in a path

I have two huge files (150G each) and I need to use a tool for which I should supply them as a single file (since the tool only accepts one file). However, I do not want to merge these files for ...
ashenflower's user avatar
0 votes
1 answer
540 views

How do I use sudo on a script I made myself that is already in my path and executable?

How do I make a script that I made myself that I already put in my path and made executable usable with sudo? (Xubuntu 22.04.1.) The script is located here: ~/bin/myScript. When, from an arbitrary ...
Brōtsyorfuzthrāx's user avatar
0 votes
2 answers
283 views

Keyboard shortcuts don't see my custom executable

On Ubuntu 22.04 I have an executable (bash) file in custom folder scripts in the home. The path of the latter is properly included at the end of the .bashrc file (and also at the end of the .profile ...
IgnoranteX's user avatar
0 votes
1 answer
811 views

adding files to ~/.local/bin doesn't add it to the $PATH

I've added fm6000 file to the ~/.local/bin folder assuming it'll be the same as adding it to /usr/bin folder. Though that's not the case. There are many files in ~/.local/bin folder that don't work. I'...
GoodBoyNeon's user avatar
-1 votes
2 answers
853 views

How to remove a directory's path from the enviroment variable PATH permanently?

I just removed the miniconda3's folder from home/username/, now i want to remove its path from my $PATH variable permanently. As you can see below, it's the first one: /home/username/miniconda3/bin:/...
Luan Lima's user avatar
  • 131
-2 votes
2 answers
502 views

In concatenating two variables, the system expands the resulting path and returns unexpected results. How do I prevent this?

Question 2.0: Given the code: SSLPasswordFilePath="$SSLFilesDir$SSLPasswordFile" When I run: "$SSLPasswordFilePath" I get this unexpected result: /tmp/ConfigFiles/SSL/Password....
LeviRCoding's user avatar
0 votes
0 answers
165 views

OpenSSL and includePath problem

I have been encountering this problem for a few weeks now, ever since I started working on my projects. There is a red line under all of my #include lines. Red lines under #include: I narrowed the ...
Bōltzmann O9's user avatar
6 votes
1 answer
10k views

Can not find executable path of flatpak apps

App installed using apt package manager starts running when I type the app name in terminal like firefox. [Using Kubuntu 22.04] which firefox This command will show the path of firefox in my system. ...
Shezan's user avatar
  • 525
0 votes
1 answer
331 views

Software Installation Linux: What does "utilities must be accessible via the system path" mean?

I want to install a software called MUMmer(http://mummer.sourceforge.net/manual/) on my Ubuntu 18.04 machine. The manual says that it requires some third party software to run successfully. I ...
ash14's user avatar
  • 3
-2 votes
3 answers
774 views

Use of hidden file in system path

In 20.04 I used .bashrc to include a hidden folder in my system path: /home/robert/.local/... Since upgrading to 22.04, it appears that the system no longer searches this folder. Has this changed in ...
Pansmanser's user avatar
2 votes
1 answer
913 views

How does PATH get its contents back after I restart the shell?

Exercise 2 from Missing Semester asks the following: Run PATH= and try running the previous commands again, some work and some don’t, can you figure out why? Setting PATH= removes all the contents ...
Terrarium's user avatar
  • 305
0 votes
1 answer
439 views

How to add browser cutable path in ubuntu

just trying out ubuntu, and installed a node/npm CLI application where we can run the command in the terminal. That command/tool requires us to specify the browser e cutable path every time when we ...
data 's user avatar
3 votes
1 answer
2k views

No such file or directory when running sqlplus command

root@instance-20220315-0833:/usr/lib/oracle/19.10/client64/bin# ls adrci genezi sqlplus root@instance-20220315-0833:/usr/lib/oracle/19.10/client64/bin# ls -al sqlplus -rwxrwxrwx 1 root root 72384 ...
Jarne Theys's user avatar
0 votes
1 answer
964 views

How do I get snap out of my $PATH?

When I echo $PATH the output ends in .../usr/local/games:/snap/bin I had an ugly breakup with snap after a brief flirtation, how can I get it out of my $PATH?
Organic Marble's user avatar
2 votes
1 answer
522 views

ffmpeg-normalize not working in Python

I have ffmpeg-normalize installed through pip3 It seems to work from the terminal but I need to run it through python subprocess. Everytime I try to run it the error says: /bin/sh: 1: ffmpeg-normalize:...
Yash Sandansing's user avatar
1 vote
2 answers
635 views

Ubuntu CLI, replace a long filepath/filename with a shortcut

I have a long path to some of my files and I don't want to type and/or use the Tab-key as much when using it with commands in the Terminal. So I want to add "shortcuts" to some of them (both ...
Ola Ström's user avatar
7 votes
1 answer
2k views

After installing youtube-dl on Ubuntu 21.10 with the instructions on github many applications, including default text editor, broke

A new user here, running ubuntu on version 21.10 impish. I was installing youtube-dl with the instructions on the github page (https://github.com/ytdl-org/youtube-dl#installation): $ sudo curl -L ...
Tomptp's user avatar
  • 73
-7 votes
1 answer
65 views

How do I put extracted folder 'Cleanto' on my website root so that the path should look like http://yourwebsite/cleanto/index.php [closed]

How do I do step 3? I am not tech savvy, so please make it simple. Way to Installation We are trying to make the installation process more easy and handy so that user can install our system in his ...
user1555372's user avatar
3 votes
1 answer
1k views

Desktop file doesn't work

I'm trying to make a desktop file for vcvRack. I have the program and other files saved in ~/.Rack/. The program launches fine when I double click it or launch in from terminal using ./Rack. The file ~...
iHnR's user avatar
  • 301
0 votes
1 answer
210 views

When Dolphin finds a file, what is the path to that file?

When Dolphin finds a file, it does not indicate the path to that file. How can I find out what that path is?
Paul A.'s user avatar
  • 2,141
40 votes
1 answer
156k views

Where is WSL located on my computer?

I am new to Windows and have installed WSL2 based on the instructions provided here. It works fine, but I cannot locate where it has been installed on my computer. The output for pwd is home/nkp68. ...
Krutik's user avatar
  • 511
0 votes
1 answer
455 views

How can I change source directory from System 32? [closed]

I am a newbie in Ubuntu. When I open my terminal, the source path (directory) starts with System32, how can I change it to User or Desktop ? When I type cmd.exe : Microsoft Windows [version 10.0.19042....
Jihane El Jbari's user avatar
3 votes
1 answer
2k views

KDE applications installed through plasma-discover not showing, must be launched through Software Center

KDE version: Ubuntu 20.04.3 LTS Plasma Discover Version: 5.18.5-0ubuntu0.1 I rebooted my PC and afterwards, any applications I had previously installed through plasma-discover (https://userbase.kde....
Zachary Stewart's user avatar
0 votes
2 answers
1k views

Modify path to include quotes

Ubuntu is installed on a Windows OS. I have searched and found how to add a new path but I'm not quite getting how to modify a path that already exists and then adding quotes around paths with spaces. ...
Sunshine's user avatar
0 votes
0 answers
310 views

Error while loading .profile on ubuntu 20.04

Yesterday I have changed my .profile to include go path. And it looks like this: if [ -n "$BASH_VERSION" ]; then # include .bashrc if it exists if [ -f "$HOME/.bashrc" ]; then ....
Javlon's user avatar
  • 101
0 votes
1 answer
158 views

Find the absolute path for the root of the codebase

I need to find the absolute path for the root of the codebase.... is that a way to get it out easily?? I have a website that runs on on EC2 AWS/Ubuntu written at 95% in PHP and is linked with plesk. I ...
Jack's user avatar
  • 1
1 vote
2 answers
554 views

Can we have multiple path/directories for fonts in linux?

Is there anyway to have multiple directories for loading fonts in Linux distros? Or loading the fonts from a directory inside .fonts such as .fonts/DIRECTORY? I have two sets of fonts, and I don't ...
Dolan's user avatar
  • 13
4 votes
1 answer
5k views

"/usr/bin/python: No module named virtualenvwrapper" error when opening terminal

I'm using Ubuntu 20.04 (clean installation, I did not upgrade from a previous one) and when I open a new terminal (simply by Ctrl+Alt+T), it always starts with the output shown below (also shown in ...
Daniel125's user avatar

1
2 3 4 5
10