前提・実現したいこと
windows 10 64bit
python-3.7.1-amd64.exe インストール済み
python&djangoの環境構築がしたいです。
発生している問題・エラーメッセージ
■pipのインストールでつまづいています。
該当のソースコード
c:>pip install virtualenv
Collecting virtualenv
Using cached https://files.pythonhosted.org/packages/7c/17/9b7b6cddfd255388b58c61e25b091047f6814183e1d63741c8df8dcd65a2/virtualenv-16.1.0-py2.py3-none-any.whl
Installing collected packages: virtualenv
Could not install packages due to an EnvironmentError: [Errno 13] Permission denied: 'c:\program files\python37\Lib\site-packages\virtualenv.py'
Consider using the --user
option or check the permissions.
You are using pip version 10.0.1, however version 18.1 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command.
試したこと
■You are using pip version 10.0.1
→すでにバージョン10.0.1でインストールされているということですか?
■すでにインストールされているなら実行できると思って実行してみたのですが実行できませんでした。
c:>virtualenv env1
'virtualenv' は、内部コマンドまたは外部コマンド、
操作可能なプログラムまたはバッチ ファイルとして認識されていません。
補足情報(FW/ツールのバージョンなど)

回答2件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2018/11/04 10:31
2018/11/04 10:41
2018/11/04 11:22 編集
2018/11/04 12:01