Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 513 Bytes

File metadata and controls

16 lines (13 loc) · 513 Bytes

Run install to install poetry:

export PATH="/opt/homebrew/opt/mysql@8.0/bin:$PATH"
export MYSQL_HOME="/opt/homebrew/opt/mysql@8.0/include"
export MYSQLCLIENT_CFLAGS="-I/opt/homebrew/opt/mysql@8.0/include/mysql/"
export MYSQLCLIENT_LDFLAGS="-L/opt/homebrew/opt/mysql@8.0/lib -lmysqlclient"

/Users/ehsanshirzadi/Library/Python/3.9/bin/poetry install

Inorder to run project, I have to comment this line:

/Library/Python/3.9/site-packages/ytools/ycred.py:270: in <module>

    passbolt = Passbolt()