virtualenv Env not creating bin directory in Windows 7

后端 未结 3 1257
面向向阳花
面向向阳花 2020-12-05 06:26

I\'m a newbie to Python and I\'ve spent hours on this. I can\'t seem to figure out why when I run a simple command to setup my Python environment: virtualenv --distrib

3条回答
  •  臣服心动
    2020-12-05 07:18

    Yes, correct. For window, it creates the directory hierarchy as follows.

    • venv(virtual environment name)
    • include
    • Lib\site-pages
    • Scripts

    Just like the below.

    https://i.stack.imgur.com/Es8qN.png

提交回复
热议问题