Answers for "which python environment am i using"

1

create new python environment

py -m venv env
Posted by: Guest on August-10-2020
0

python environment

# Creating New conda Env.

Conda create -n my_env python == 3.6.9

Conda activate -n my_env 

pip install jupyter
Posted by: Guest on January-19-2022

Code answers related to "which python environment am i using"

Python Answers by Framework

Browse Popular Code Answers by Language