Answers for "python environment tutorial"

4

how to use virtual environment python

python3 -m venv env
Posted by: Guest on April-10-2020
0

how to activate python virtual environment

#open directory with terminal where you crated vertual environment
#example your venv name <visualscrapy>
teamspirit:~$ cd visualscrapy
#teamspirit:~/visualscrapy$  <-- output
#Now type bellow command
source ./bin/activate
#(visualscrapy) teamspirit:~/visualscrapy$   <-- output
Posted by: Guest on December-23-2020

Browse Popular Code Answers by Language