Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
コマンドプロンプトを開くと、
デフォルトのパスは C:\Users\acer> なので、パスを C:\Python27 に変更したい
方法は次のとおりです。cd.. を 2 回入力します。次に、cd.. Python27 を C:\ にある Python27 フォルダーとして入力します。
ただし、「指定されたパスが見つかりません」というメッセージが表示されました
誰でも私を助けることができますか?
cd ..マンボジャンボは必要ありませんcd C:/Python27。
cd ..
cd C:/Python27
それ以外の
cd .. Python27
入力する必要があります
cd \ python27