-1

I have two versions of python (2.7 and 3.6) in my system. I have created a virtual environment for python 3.6 using conda commands. Now I have python36 venv in my system. I wanted to use this python version in my Pycharm or Jupyter notebook.

Please advice on how it can be done?

python_interest
  • 874
  • 1
  • 9
  • 27
  • I think this is not a duplicate one. I wanted to add that virtual environment into pycharm. But when I click + , it is not showing the environment I have created – python_interest Nov 13 '18 at 09:49
  • See this one: [Use Conda environment in pycharm](https://stackoverflow.com/questions/42746732/use-conda-environment-in-pycharm) – Sociopath Nov 13 '18 at 09:54

1 Answers1

0

Go to:

Pycharm -> Preferences -> Search for project interpreter in Project -> Select the path of python in virtual_env created, or create a new one(by clicking on gear).