All Questions
3 questions
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 ...
-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....
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. ...