For install one software, I create a new virtual environment(called envirpy36) by conda since its installation a bit complex for me.
I did as the document in envirpy36
python setup.py develop
"Then I recommend setting the following environmental variables"
export BASENJIDIR=~/code/Basenji
export PATH=$BASENJIDIR/bin:$PATH
export PYTHONPATH=$BASENJIDIR/bin:$PYTHONPATH
For the linux system without conda environment, I know it means add them to my home/userme/.bashrc
file.
But for now I'm in envirpy36, I'm not sure what "set the following environmental variables" means, at least, I think this "process" shouldn't affect all conda environments, it will just for envirpy36.
Actually, I have no idea here and search around.
I know it's for this software installation part, but I guess it is a case and the core problem is general maybe.
Thanks in advance for any view!!!