7 lines
125 B
Plaintext
7 lines
125 B
Plaintext
$ cd ~/repo
|
|
$ mkdir python_data_science
|
|
$ cd python_data_science/
|
|
$ python3 -m venv venv
|
|
$ source venv/bin/activate
|
|
(venv) $
|