virtualenv path not changed in Python -


i'm trying use python virtualenv , not sure how change path file,

this did,

  1. created virtualenv
  2. execute path\to\env\scripts\activate within environment

now, i'm trying check path variable nothing has changed, still pointing same old environment

is understanding correct path changed 2) command.

regarding point:

execute path\to\env\scripts\activate within environment

did executing following:

source path\to\env\scripts\activate 

?

doing should change path , prompt temporarily (until execute deactivate).


Comments

Popular posts from this blog

plot - Remove Objects from Legend When You Have Also Used Fit, Matlab -

java - Why does my date parsing return a weird date? -

Need help in packaging app using TideSDK on Windows -