Skip to main content

Questions tagged [paths]

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

0 votes
0 answers
27 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
50 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
192 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
72 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
174 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
  • 244
0 votes
1 answer
91 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
2k 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
536 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
512 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
173 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
109 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
541 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

15 30 50 per page
1
2 3 4 5
31