Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 824 Bytes

GUIDE.md

File metadata and controls

32 lines (23 loc) · 824 Bytes

anaconda-environment pip

  1. https://stackoverflow.com/questions/41060382/using-pip-to-install-packages-to-anaconda-environment

using conda to install

  1. conda activate venv_name
  2. conda install package-name

using pip to install

  1. conda activate venv_name
  2. which -a pip (if not install pip conda install pip)
  3. /Users/rehanchoudhury/anaconda3/envs/layer3/bin/pip install fastapi (select your env pip to install or else it will install it in global env)

Docker compose rebuild

docker-compose build --no-cache [<service_name>..]

React native

  1. error: unable to attach DB
rm -rf ~/Library/Developer/Xcode/DerivedData/
pod deintegrate
pod update
yarn run ios
  1. error: cannot find symbol import | ERROR Invariant Violation:

execute ./gradlew clean from the android folder