virtualenv Flashcards

1
Q

$ python3 -m

A

Run library module as a script

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

$ python3 -m virtualenv environment_name

A

Create a python3 virtual environment

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

$ source bin/activate

A

Activate a virtual environment

How well did you know this?
1
Not at all
2
3
4
5
Perfectly