pew-org / pew

A tool to manage multiple virtual environments written in pure python
MIT License
1.17k stars 81 forks source link

Wrong python executable version after creating new environment in AWS Linux #194

Closed jnoortheen closed 6 years ago

jnoortheen commented 6 years ago

In a new AWS EC2 instance I installed pew using system's pip (also tried with pipsi).

Then ran the following to create a python3.6 environment. But the python version is still pointing to 2.7 even after activating the venv.

image

pmav99 commented 6 years ago

I think that this is because you used the -p option after the name of the virtual environment. This should work:

pew new -p `which python3` bf
jnoortheen commented 6 years ago

@pmav99 maybe. I am not able to reproduce that behavior anywhere else. I am closing the issue.