All Projects → Liquidmantis → Pscondaenvs

Liquidmantis / Pscondaenvs

Licence: mit
Drop in replacement scripts that replicate Conda's activate/deactivate commands in Powershell.

Programming Languages

powershell
5483 projects

PSCondaEnvs

Drop in replacement scripts that replicate Conda's activate/deactivate functions in Powershell.

Installation:

Simply copy activate.ps1 and deactivate.ps1 into your Anaconda\Scripts directory. You may need to remove or rename the existing BAT files but the PS1 versions seem to get precedence.

Added Features:

The optional -UpdateRegistry switch has been added which will update the Python installpath to be the activated virtualenv. I added this for installing compiled modules which detect the Python path from the registry. THIS SHOULD BE USED WITH EXTREME CAUTION! This has only been tested on my system and is hardcoded to the 2.7 installpath. This setting is also persistent unlike the session-based ephemeral virtualenv activation. Deactivate.ps1 will detect and prompt for reverting the change if a virtualenv hasn't been properly deactivated.

Credit:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].