IT/python

PyCharm

노소뇨 2024. 6. 18. 05:42

Keyboard Shortcuts

  • ctrl + d : Duplicate line or selection
  • double shift : Search in project

 

Virtual Environment

- create venv

python -m venv (name of venv)

- activate virtual environment 

(name of venv)/Scripts/activate in terminal