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