Githubからコードをダウンロードし、コード内にアカウント名とパスワードを入れ、実行する際に保存しても再度そのディレクトリを開くとダウンロードした際のコードのままで保存がうまくできていません。Saveコマンドを選択しても保存できないのは何故でしょうか
ぜひご回答お願いします。
これはPythonは関係なくて
> コード内にアカウント名とパスワードを入れ、実行する際に保存しても
ここで使っているソフトウェアの質問ではないでしょうか?
もう少し、具体的にどういう操作をしたかを教えていただかないとなんとも言えません。
失礼いたしました。初心者ゆえ、未だにプログラミングについて知らないこともありますのでご理解頂けるとありがたいです。
具体的にはデスクトップに保存したディレクトリを実行するためにターミナルにてcd ~/Desktop/ディレクトリ名とコードを実行後、vi app.pyというコードを実行しました。その後、python3 appy.py 1というディレクトリを実行したいと思っているのですが、vi app.pyを実行したあとにコードが書けなくなってしまいます。
具体的に表示されている実行結果は以下の通りです。
E325: ATTENTION
Found a swap file by the name ".app.py.swp"
owned by: 名前 dated: 水 8 19 15:59:00 2020
file name: ~brian/Desktop/ディレクトリ名
py
modified: YES
user name: 名前 host name: 名前
process ID: 番号
While opening file "app.py"
dated: 金 8 07 19:02:21 2020
(1) Another program may be editing the same file. If this is the case,
be careful not to end up with two different instances of the same
file when making changes. Quit, or continue with caution.
(2) An edit session for this file crashed.
If this is the case, use ":recover" or "vim -r app.py"
to recover the changes (see ":help recovery").
If you did this already, delete the swap file ".app.py.swp"
to avoid this message.
Swap file ".app.py.swp" already exists!
[O]pen Read-Only, (E)dit anyway, (R)ecover, (D)elete it, (Q)uit, (A)bort:
回答1件
あなたの回答
tips
プレビュー