简体   繁体   中英

Pycharm doesn't create pip when I create a virtualenv

I tried created a project with virtualenv setting in pycharm. I see pip is missing in the virtual env that was created by pycharm. Could someone help me with fix it. My python version is python3.6.5 and pycharm 2018.1

When I created a virtualenv from terminal it does create a pip ad works fine. I'm assuming thats something to do with pycharm setting that I'm missing

To install pip, download this script and run it with python. https://bootstrap.pypa.io/get-pip.py

If pip still doesn't show up, it is likely an environment variable issue.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM