728x90
1.Install python-pip
sudo apt-get install python-pip
2.Remove django using pip
sudo pip uninstall Django
3.Uninstall python-pip
sudo apt-get remove python-pip
728x90
'프로그래밍 Programming' 카테고리의 다른 글
MySQL 한글이 ???와 같이 깨져나올 때 (0) | 2015.10.05 |
---|---|
MySQL Error Code: 1175 You are using safe update mode and you tried to update a table without a WHERE that uses a KEY column (0) | 2015.10.03 |
Error 1130 Host 'xxx' is not allowed to connect to this MySQL Server (0) | 2015.09.27 |
Ubuntu에 MySQL 설치, 서버실행확인, 설정변경, root 패스워드 변경 (0) | 2015.09.27 |
우분투(Ubuntu) 아나콘다(Anaconda) 설치 (0) | 2015.09.27 |