teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

1

試したことを追記しました。

2021/12/17 06:22

投稿

sanco
sanco

スコア20

title CHANGED
File without changes
body CHANGED
@@ -30,4 +30,10 @@
30
30
  #venv
31
31
  (scraping) vagrant@vagrant-ubuntu-trusty-64:~$ python -V
32
32
  Python 3.4.3
33
- ```
33
+ ```
34
+
35
+ ### 試してみたこと
36
+
37
+ deactivateで仮想環境から抜け、Python 3.9.2をインストールしました。
38
+ その上で、python -m venv scraping --upgradeを実行しました。
39
+ エラーなどはなかったので、再度仮想環境でpythonのバージョン確認を行いましたが、3.4.3のままで何も変わりませんでした。