We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug Not able to use the cli w/ python3, even though python3 is listed as requirement
auth-session-init -t iplantc.org -u urrutia -N my_api_client /usr/bin/env: 'python': No such file or directory
To Reproduce
docker run --rm -it ubuntu:xenial apt-get update apt-get upgrade -y apt-get install -y python3 curl jq python3-pip git git clone https://github.com/TACC-Cloud/agave-cli echo "PATH=$PATH:$PWD:agave-cli/bin" >> ~/.bashrc source ~/.bashrc pip3 install agavepy export AGAVE_JSON_PARSER=jq auth-session-init -t iplantc.org -u urrutia -N my_api_client
Tried:
echo "alias python=python3" >> ~/.bashrc export python=python3
but those didn't fix the issue
The text was updated successfully, but these errors were encountered:
ln -s /usr/bin/python3 /usr/bin/python
Fixes this
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Not able to use the cli w/ python3, even though python3 is listed as requirement
To Reproduce
Tried:
but those didn't fix the issue
The text was updated successfully, but these errors were encountered: