質問編集履歴
1
内容追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -4,7 +4,7 @@
|
|
4
4
|
|
5
5
|
Django-oscarのsandboxを動かそうと思い、[推奨](https://django-oscar.readthedocs.io/en/2.0.4/internals/sandbox.html#run-the-sandbox-locally)の通り、`virtualenv`で仮想環境を構築しようとしています。
|
6
6
|
|
7
|
-
Macに`virtualenvwrapper`をインストールし、`.bash_profile`に下記の記述をした後、
|
7
|
+
Macに`virtualenv`と`virtualenvwrapper`をインストールし、`.bash_profile`に下記の記述をした後、
|
8
8
|
|
9
9
|
`mkvirtualenv`[仮想環境] で仮想環境を作ろうとしましたが、表題の通り、
|
10
10
|
|