Hi -
Having some problems installing firecloud cli:
from the firecloud-cli-master area:
$ sudo ./install.sh
Beginning installation...
Creating Python virtual environment
ERROR: The executable /Users/stewart/.firecloud-cli/venv/bin/python3 is not functioning
ERROR: It thinks sys.prefix is '/Users/stewart/Downloads/firecloud-cli-master' (should be '/Users/stewart/.firecloud-cli/venv')
ERROR: virtualenv is not compatible with this system or executable
Installing Firecloud CLI
./install.sh: line 21: /Users/stewart/.firecloud-cli/venv/bin/activate: No such file or directory
Error: deactivate must be sourced. Run 'source deactivate'
instead of 'deactivate'.Usage: source deactivate
removes the 'bin' directory of the environment activated with 'source
activate' from PATH.
Linking binaries
Firecloud CLI has been installed in ~/.firecloud-cli/venv/binYou may want to include this in your default path by adding
the following to your .bashrc, .bash_profile or equivalentexport PATH=~/.firecloud-cli/ubin:$PATH
The installation of virtualenv seemed to be ok:
$ pip install virtualenv
WARNING: using virtualenv with conda is untested and not recommended.
We suggest using the conda command to create environments instead.
For more information about creating conda environments, please see:
http://docs.continuum.io/conda/examples/create.htmlProceed (y/n)? y
Collecting virtualenv
Downloading virtualenv-13.1.2-py2.py3-none-any.whl (1.7MB)
100% |████████████████████████████████| 1.7MB 175kB/s
Installing collected packages: virtualenv
Successfully installed virtualenv-13.1.2
At one time virtualenv was installed under python 3.5, but this should have installed it under python 2.7.
$ which python
/usr/bin/python$ python
Python 2.7.10 (default, Jul 14 2015, 19:46:27)
[GCC 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.39)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
Are these ERROR s in the firecloud-cli-master install.sh script expected or is there a problem?
Thanks,
Chip