Skip to main content

All Questions

Tagged with
0 votes
2 answers
23k views

Conan: Command Not Found

I'm using a RPI 3B uname -a returns: 4.14.98-v7+ #1200 armv71 OS is stretch gcc version is 4.9.3 I'm attempting to setup my RPi to be a BLE gateway as per this project on hackster.io. I executed ...
Niko_Jako's user avatar
-1 votes
1 answer
7k views

csh - check if $PATH variable contains a substring

Maybe I'm thinking about this wrong, but I want to add Python to my $PATH variable if it isn't already in there. Here's my code # Add Python to $PATH if(-e /path/to/python/bin && (! $PATH....
Kellen Stuart's user avatar
0 votes
1 answer
2k views

Adding commands in a shell script to add a python module path

I want to modify a linux shell script used to install a python module (setup.sh) to add the folder the an environment variable. This is needed so I can run the python module from a terminal. e.g. ...
Michael's user avatar