Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 344 Bytes

virtual_env.md

File metadata and controls

8 lines (8 loc) · 344 Bytes

virutal environment for python

These steps for creating virtual environment using conda

  1. download and install miniconda from internet
  2. add to path
  3. if conda command doesnt work on cmd
  4. go to user -> miniconda -> scripts , copy the address bar and open in terminal
  5. run command conda init
  6. run command conda init bash