Skip to content

Instantly share code, notes, and snippets.

@antoviaque
Created February 19, 2014 16:04
Show Gist options
  • Select an option

  • Save antoviaque/9095099 to your computer and use it in GitHub Desktop.

Select an option

Save antoviaque/9095099 to your computer and use it in GitHub Desktop.
edxapp@edx:~/edx-platform$ pip install fs==0.4.0
Downloading/unpacking fs==0.4.0
You are installing a potentially insecure and unverifiable file. Future versions of pip will default to disallowing insecure files.
Downloading fs-0.4.0.tar.gz (191kB): 191kB downloaded
Running setup.py egg_info for package fs
Installing collected packages: fs
Running setup.py install for fs
changing mode of build/scripts-2.7/fscat from 664 to 775
changing mode of build/scripts-2.7/fscp from 664 to 775
changing mode of build/scripts-2.7/fsinfo from 664 to 775
changing mode of build/scripts-2.7/fsls from 664 to 775
changing mode of build/scripts-2.7/fsmv from 664 to 775
changing mode of build/scripts-2.7/fsrm from 664 to 775
changing mode of build/scripts-2.7/fsserve from 664 to 775
changing mode of build/scripts-2.7/fstree from 664 to 775
changing mode of build/scripts-2.7/fsmkdir from 664 to 775
changing mode of build/scripts-2.7/fsmount from 664 to 775
changing mode of /edx/app/edxapp/venvs/edxapp/bin/fsserve to 775
changing mode of /edx/app/edxapp/venvs/edxapp/bin/fsmv to 775
changing mode of /edx/app/edxapp/venvs/edxapp/bin/fsinfo to 775
changing mode of /edx/app/edxapp/venvs/edxapp/bin/fsmount to 775
changing mode of /edx/app/edxapp/venvs/edxapp/bin/fscp to 775
changing mode of /edx/app/edxapp/venvs/edxapp/bin/fstree to 775
changing mode of /edx/app/edxapp/venvs/edxapp/bin/fsrm to 775
changing mode of /edx/app/edxapp/venvs/edxapp/bin/fsls to 775
changing mode of /edx/app/edxapp/venvs/edxapp/bin/fscat to 775
changing mode of /edx/app/edxapp/venvs/edxapp/bin/fsmkdir to 775
Successfully installed fs
Cleaning up...
edxapp@edx:~/edx-platform$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment