Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

install django debian

# install python3 and pip
sudo apt-get install python3 python3-pip

# Check if both python and pip were properly installed 
python3 -v
pip3 -v

# Install Django using pip
pip3 install Django

# Check if Django installed properly
django-admin --version
python3 -m django --version # alternative method to the line above
Comment

PREVIOUS NEXT
Code Example
Shell :: remove .idea folder from git 
Shell :: add user to docker group 
Shell :: How to install pymol 
Shell :: Run C# script on linux terminal 
Shell :: portainer install 
Shell :: stop apache2 
Shell :: zip linux exclude directory 
Shell :: ERR_NO_CERTIFICATES: Encountered adb error: NoCertificates. ionic 
Shell :: docker compose up only one service 
Shell :: linux cli see screen resolution 
Shell :: git showing ignored file modified 
Shell :: create user linux 
Shell :: steps to commit code in github from vscode 
Shell :: git set upstream repository 
Shell :: use local image with minikube 
Shell :: bash multiline ech 
Shell :: mongodb install kali linux 
Shell :: how to kill process 
Shell :: move multiple files with a single mv command 
Shell :: shell comments 
Shell :: kernel headers were not found vmware kali linux 
Shell :: upgrade ubuntu command line 
Shell :: web 3 react npm 
Shell :: linux gz unzip 
Shell :: cmd flutter doctor says android studio is not installed 
Shell :: Update previous git commit 
Shell :: merge two branches from different repositories 
Shell :: mongodb start 
Shell :: android studio kvm is required to run this avd 
Shell :: delete directory from cmd 
ADD CONTENT
Topic
Content
Source link
Name
2+4 =