Skip to content

Commit

Permalink
jorge's personal notes
Browse files Browse the repository at this point in the history
  • Loading branch information
jorge authored and jorge committed Dec 18, 2022
1 parent b9e4854 commit 8fb0984
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions jorge_notes
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
installed sqlalchemy per conda install and I don't know how to atomatize the environment creaton for git clone

installed pymysql per conda install and I don't know how to atomatize the environment creation for git clone

can't access mariadb-database mpox_testdata because `sudo` is required. gonna juggle priviledges now...
applied:
$ sudo mysql -u root -p -e "create user jorge@localhost identified by '';"
$ sudo mysql -u root -p -e "create user jorge@mpox_testdata identified by '';"
$ sudo mysql -u root -p -e "GRANT ALL PRIVILEGES ON *.* TO jorge@localhost identified by '';"

installed pyarrow per conda install and I don't know how to atomatize the environment creation for git clone

redis-server is running but I am not sure it is needed

0 comments on commit 8fb0984

Please sign in to comment.