Python and tools Anaconda Commands conda -h conda env list conda activate env conda create -n dev_env python==3.10 git commands git clone https://github.com/HninEiKhaing/python-production-test.git git add . git commit -m "python and tools" git push