Re: VirtualEnvs (venv) and Powershell

2017-04-01 Thread eryk sun
On Sat, Apr 1, 2017 at 12:03 AM, Carl Caulkett wrote: > I've just started to investigate VirtualEnvironments as a means of > preventing my 3rd party code becoming chaotic. I've discovered that > venv's can be managed quite effectively using Powershell. When > Activate.ps1 is run, the PowerShell ch

Re: VirtualEnvs (venv) and Powershell

2017-04-01 Thread Cameron Simpson
On 31Mar2017 19:03, Carl Caulkett wrote: I've just started to investigate VirtualEnvironments as a means of preventing my 3rd party code becoming chaotic. I've discovered that venv's can be managed quite effectively using Powershell. When Activate.ps1 is run, the PowerShell changes to indicate t

VirtualEnvs (venv) and Powershell

2017-03-31 Thread Carl Caulkett
Hello everyone, I've just started to investigate VirtualEnvironments as a means of preventing my 3rd party code becoming chaotic. I've discovered that venv's can be managed quite effectively using Powershell. When Activate.ps1 is run, the PowerShell changes to indicate that the venv is active whic