Skip to content

Instantly share code, notes, and snippets.

#!/bin/sh
FIND_PYTHON_PATH=~/.pyenv/versions/anaconda
echo "where is anaconda path [${FIND_PYTHON_PATH}]: "
read INPUT
if [ "$INPUT" != "" ] ; then
FIND_PYTHON_PATH="$INPUT"
fi
#!/bin/sh
# PYTHON_PATH="~/.pyenv/versions/anaconda"
FIND_PYTHON_PATH=~/.pyenv/versions/anaconda
echo "where is anaconda path [${FIND_PYTHON_PATH}]: "
read INPUT
if [ "$INPUT" != "" ] ; then
FIND_PYTHON_PATH="$INPUT"