MLHale / gencyberdjango

This repo contains starter files for Day 2 of the Gencyber camp
GNU General Public License v3.0
0 stars 11 forks source link

pip install error? #1

Open zdfowler opened 8 years ago

zdfowler commented 8 years ago

During step 2; I received sudo warnings about .cache not being owned by current (sudo) user.

However, the real issue was when in the bottom of step 3, the reference to ~/.local/lib failed. After I ran pip install djangorestframework, lib showed up and the find command on /home/student/.local/lib worked.

This may not be a repeatable issue if derived from ZDF errors.

MLHale commented 8 years ago

Looking at the revision history here: I see that Robin suggested a change from pip install to sudo pip install. Perhaps it should not be sudoed at all.

MLHale commented 8 years ago

I just commited https://github.com/MLHale/GenCyber-web-content/commit/239b4538cca66ff6b10583b0023664f8e653f463.

Hopefully that resolves the issue. Let me know