Python2 vsc+python에서 django 설치하기 아래 사이트에서 설치방법을 알려줍니다. 주의사항은 vsc 실행 시, 관리자 권한으로 실행해야 합니다. https://code.visualstudio.com/docs/python/tutorial-django Python and Django tutorial in Visual Studio Code Python Django tutorial demonstrating IntelliSense, code navigation, and debugging for both code and templates in Visual Studio Code, the best Python IDE. code.visualstudio.com 2023. 7. 26. Ubuntu에서 Python 개발환경 설치 및 설정 방법 Ubuntu에서 Python 개발환경 설치 및 설정은 다음과 같습니다. Python 개발 도구로 저는 Pycham을 선택했습니다. PyCharm은 JetBrains가 개발한 파이썬 통합 개발 환경(IDE)입니다. 파이썬 개발을 위해 전문적으로 설계되어 있으며, 코드 편집, 디버깅, 테스트, 버전 관리, 프로파일링 등 다양한 기능을 제공합니다. # sudo –I # apt-get install default-jdk # apt-get install python // version은 2.7임 # cd /mnt/e/doker # tar –xzvf pycharm* # cd pycharm-community-2020.3/bin # sh pycharm.sh 만약 Python을 3.6으로 설치하고 Ubuntu에서 버전을.. 2023. 5. 31. 이전 1 다음 반응형