Skip to content

Instantly share code, notes, and snippets.

@brunnre8
Created January 21, 2016 22:17
Show Gist options
  • Save brunnre8/7f1732f306f325e5f0e5 to your computer and use it in GitHub Desktop.
Save brunnre8/7f1732f306f325e5f0e5 to your computer and use it in GitHub Desktop.
vagrant@vagrant-ubuntu-trusty-64:~/oppia$ sudo scripts/start.sh
Checking if node.js is installed in /home/vagrant/oppia_tools
Installing Node.js
Generating list of installed node modules...
Generation completed.
Checking whether GAE is installed in /home/vagrant/oppia_tools/google_appengine_1.9.19/google_appengine
Installing Google App Engine (this may take a little while)...
Environment setup completed.
Installing third-party JS libraries and zip files.
Downloading file yuicompressor-2.4.8.jar to ../oppia_tools/yuicompressor-2.4.8
Downloading and unzipping file ui-sortable-src0.12.6 to ./third_party/static
Downloading and unzipping file ng-joyride-0.1.11 to ./third_party/static
Downloading and unzipping file bower-material-0.6.0-rc1 to ./third_party/static
Downloading and unzipping file Font-Awesome-4.4.0 to ./third_party/static
Traceback (most recent call last):
File "scripts/install_third_party.py", line 329, in <module>
_install_third_party_libs()
File "scripts/install_third_party.py", line 317, in _install_third_party_libs
download_manifest_files(MANIFEST_FILE_PATH)
File "scripts/install_third_party.py", line 295, in download_manifest_files
dependency_zip_root_name, dependency_target_root_name)
File "scripts/install_third_party.py", line 139, in download_and_unzip_files
os.path.join(target_parent_dir, target_root_name))
OSError: [Errno 1] Operation not permitted
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment