0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

中卒24歳のプログラミング学習 アウトプット

Posted at

本日の学習内容

##1.permission(ファイルやフォルダのアクセス権)##
###permissionには3つの権限がある
・読み取り権限(r)
・書き込み権限(w)
・実行権限(x)

##2.sudo(スーパーユーザー)##
コンピューターに命令するコマンドの一つで、スーパーユーザー(他のユーザー)の権限でコマンドを実行する時に使うコマンド、、、らしいです。。笑

##3.virtualenv##
virtualenvとは、一つのシステムの中に分離されたPythonの仮想環境を作ることができるソフトウェアで、コマンドで仮想環境を作ったり、仮想環境に出入りすることができるものらしい。

#本日のエラー集#
##・ec2-user:~/environment $ pip3 install requests requests_oatuhlib bash: pip3: command not found
上記の対応・pip installでやってみたらインストールできた。

##・$ pip install reqests reqests Collecting reqests Could not find a version that satisfies the requirement reqests (from versions: ) No matching distribution found for reqests
上記の対応・単純にrequestのスペルミス、、、

#最後に#
今はTechpitというサイトのpythonでメンヘラ判定器を作ってみようっていう教材を買ってやってますが、なんとなーくの理解で、時間かかりながらも地道に進んでいます。。
実際にコードを書いていって物を作るっていうのは楽しいですねっ
一番プログラミングを勉強していて思うのは、エラー等が出て詰まってたところが解決したときのあの快感ですね。。笑
そんなこんなしながらこれからも地道に頑張っていきます。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?