geruh opened a new pull request, #2486:
URL: https://github.com/apache/iceberg-python/pull/2486

   related to #2425
   
   # Rationale for this change
   
   Removing the user flag from the poetry installation to allow users who want 
to install poetry into a separate dedicated virtual environment.
   
   This virtual environment must be separate from the environment in which we 
install the iceberg-python repo. 
   
   ## Are these changes tested?
   
   Yes manual testing 
   
   ```
   > python3 -m venv ~/.venvs/poetry
   
   > source ~/.venvs/poetry/bin/activate
   
   >  echo $VIRTUAL_ENV
   /Users/geru/.venvs/poetry
   
   > python -m pip install -U pip setuptools wheel
   
   > poetry --version
   Poetry (version 2.1.4)
   
   > poetry show -v
   Using virtualenv: /Users/geru/workspace/iceberg-python/.venv
   
   > poetry install
   SUCCESS
   
   ```
   
   ## Are there any user-facing changes?
   
   no
   
   cc: @kevinjqliu 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to