質問をすることでしか得られない、回答やアドバイスがある。

15分調べてもわからないことは、質問しよう!

新規登録して質問してみよう
ただいま回答率
85.48%
PowerShell

Windows PowerShellはコマンドラインインターフェースであり、システム管理を含むWindowsタスク自動化のためのスクリプト言語です。

Python

Pythonは、コードの読みやすさが特徴的なプログラミング言語の1つです。 強い型付け、動的型付けに対応しており、後方互換性がないバージョン2系とバージョン3系が使用されています。 商用製品の開発にも無料で使用でき、OSだけでなく仮想環境にも対応。Unicodeによる文字列操作をサポートしているため、日本語処理も標準で可能です。

Q&A

0回答

2581閲覧

(windows powershell) pipを使用して、virtualenvwrapper-powershellをダウンロード

SomaSuuki

総合スコア8

PowerShell

Windows PowerShellはコマンドラインインターフェースであり、システム管理を含むWindowsタスク自動化のためのスクリプト言語です。

Python

Pythonは、コードの読みやすさが特徴的なプログラミング言語の1つです。 強い型付け、動的型付けに対応しており、後方互換性がないバージョン2系とバージョン3系が使用されています。 商用製品の開発にも無料で使用でき、OSだけでなく仮想環境にも対応。Unicodeによる文字列操作をサポートしているため、日本語処理も標準で可能です。

0グッド

0クリップ

投稿2015/06/27 16:43

windows powershellにおいて、pipを使用してvirtualenvwrapper-powershellをダウンロードしようとしているのですが、うまくいきません。
pipのダウンロード自体は上手くいき、"python -m pip install virtualenv" と入力し、virtualenvはインストールすることができたのですが、"python -m pip install virtualenvwrapper-powershell" と入力しても virtualenvwrapper-powershell をインストールすることができません。
以下、エラーメッセージとなります。

PS C:\windows\system32> python -m pip install virtualenvwrapper-powershell
Collecting virtualenvwrapper-powershell
C:\Python27\lib\site-packages\pip_vendor\requests\packages\urllib3\util\ssl_.py:90: InsecurePlatformWarning: A true
Context object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL c
ections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwa
ng.
InsecurePlatformWarning
Using cached virtualenvwrapper-powershell-12.7.8.zip
Error [Error 2] The system cannot find the file specified while executing command python setup.py egg_info
Exception:
Traceback (most recent call last):
File "C:\Python27\lib\site-packages\pip\basecommand.py", line 223, in main
status = self.run(options, args)
File "C:\Python27\lib\site-packages\pip\commands\install.py", line 291, in run
wb.build(autobuilding=True)
File "C:\Python27\lib\site-packages\pip\wheel.py", line 705, in build
self.requirement_set.prepare_files(self.finder)
File "C:\Python27\lib\site-packages\pip\req\req_set.py", line 317, in prepare_files
functools.partial(self._prepare_file, finder))
File "C:\Python27\lib\site-packages\pip\req\req_set.py", line 304, in walk_req_to_install
more_reqs = handler(req_to_install)
File "C:\Python27\lib\site-packages\pip\req\req_set.py", line 483, in prepare_file
abstract_dist.prep_for_dist()
File "C:\Python27\lib\site-packages\pip\req\req_set.py", line 123, in prep_for_dist
self.req_to_install.run_egg_info()
File "C:\Python27\lib\site-packages\pip\req\req_install.py", line 402, in run_egg_info
command_desc='python setup.py egg_info')
File "C:\Python27\lib\site-packages\pip\utils__init
.py", line 701, in call_subprocess
cwd=cwd, env=env)
File "C:\Python27\Lib\subprocess.py", line 711, in init
errread, errwrite)
File "C:\Python27\Lib\subprocess.py", line 948, in _execute_child
startupinfo)
WindowsError: [Error 2] The system cannot find the file specified

PS C:\windows\system32>

お力添えいただけますと幸いです。

気になる質問をクリップする

クリップした質問は、後からいつでもMYページで確認できます。

またクリップした質問に回答があった際、通知やメールを受け取ることができます。

バッドをするには、ログインかつ

こちらの条件を満たす必要があります。

guest

あなたの回答

tips

太字

斜体

打ち消し線

見出し

引用テキストの挿入

コードの挿入

リンクの挿入

リストの挿入

番号リストの挿入

表の挿入

水平線の挿入

プレビュー

まだ回答がついていません

会員登録して回答してみよう

アカウントをお持ちの方は

15分調べてもわからないことは
teratailで質問しよう!

ただいまの回答率
85.48%

質問をまとめることで
思考を整理して素早く解決

テンプレート機能で
簡単に質問をまとめる

質問する

関連した質問