Using Python 3.7.1 on RHEL.
I've tried this it hasn't worked. And neither has any other solutions I've found...
Using Python 3.7.1 on RHEL.
I've tried this it hasn't worked. And neither has any other solutions I've found...
configure pip location at ~/.bashrc
$vi ~/.bashrc
refer to my settings for python, you can use your pip:
#set python environment viriable
export PYTHON_HOME=/home/monjuu-g/anaconda2
export PATH=$PYTHON_HOME/bin:$PATH