1

There is an option in PyCharm (==2017.2) which allow you to create virtual environments without the CLI.

But this option support virtualenv package, does PyCharm can support virtualenvwrapprr too ?

I asking it for later use in CLI only.

2
  • 1
    There is no need. virtualenvwrapper is not a replacement for virtualenv but a set of convenient shell functions for it. What do you expect PyCharm would do with virtualenvwrapper? Commented Aug 13, 2017 at 17:12
  • 1
    I'd like the option of telling PyCharm to use virtualenvwrapper to activate my virtualenvs so that my postactivate scripts run. Commented Feb 27, 2018 at 11:25

1 Answer 1

1

As @phd says in comments and also as mentioned in virtualenvwrapper docs, virtualenvwrapper includes wrappers for creating and deleting virtual environments and otherwise managing your development workflow. It is somehow created for making virtualenv easier to use.

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.