pyenv-win / pyenv-win-venv

A CLI to manage virtual envs with pyenv-win
Apache License 2.0
78 stars 8 forks source link

install with path #18

Closed szylmzs closed 9 months ago

szylmzs commented 10 months ago

how to install a virtual env with specific path but not c:\users\name.pyenv-win-venv\envs\ i used to put project file and virtual env files both into project directory

arzkar commented 9 months ago

It currently doesnt support installing the virtual env in other directories.

put project file and virtual env files both into project directory

This will prevent us from reusing a virutal environment in other projects. That is not the aim of this project. If you want to have virtual env inside your project directory, just use virtualenv directly, that would be easier and makes more sense for this scenario.