yVirtual environment, git
How to create virtual environment for python 3.6
conda create -n Janton-Py3 python=3.6 ? ?#Janton-Py3 is user specified name
source activate Janton-3
Now goes into the virtual environment and create ipython notebook:
pip install jupyter
jupyter notebook
source deactivate Janont-Py3
-------------------------------------------------------------------------------------------
Git
git remote add origin git@github.com:JantonZeng/eCAL.git
cd ~/.ssh
ssh-keygen
cat ~/.ssh/id_rsa.pub
ssh -T git@github.com
- How to solve SSH key problem
- How to add existing project to git
- Some more git commands for reset and delete?
- Delete local git
rm -rf .git
- Check size
du -hs
#h for human readable
#s for summary