質問がダミーである場合は事前に謝罪します。Windows XPでPython 3.2.3を使用しています。現在、Python3.3.2が必要ですが、Python 3.2.3を削除できません。多くのコードとパッケージを実行する必要があるためです。 .
2 つの異なる環境で 2 つのバージョンの Python を実行するために virtualenv をインストールしましたが、その後、Python 3.3.2 を使用してコードを実行する方法がわかりませんでした。
C:\>virtualenv.exe env1
C:\>env1\Scripts\activate
env1 という名前のフォルダーが作成された後、何をすべきかわかりません。Python 3.3.2 をダウンロードして同じフォルダー (env1) にインストールしましたが、正しいですか? 次に、次のことを試します。
(env1) C:\>python3.3.2
私は以下を得ました:
'python3.3.2' is not recognized as an internal or external command,
operable program or batch file.
私も試しました:
(env1) C:\>python python33
私は以下を得ました:
python: can't open file 'python33': [Errno 2] No such file or directory
私が述べたように、私はこの時点で立ち往生しています。
ありがとう