pdm-project / pdm-venv

A plugin for pdm that enables virtualenv management
https://pdm-project.github.io/pdm-venv
MIT License
24 stars 4 forks source link

Activating conda venv fails #14

Closed SwiftWinds closed 3 years ago

SwiftWinds commented 3 years ago

To Reproduce

  1. pdm venv create --with conda 3.8
  2. . "$(pdm venv activate 3.8)"
  3. See error

Expected behavior It to activate the conda venv

Actual behavior

.: no such file or directory: /home/mateo/.local/share/pdm/venvs/testing-pdm-PNG08dao-3.8/bin/activate

Screenshots image

System (please complete the following information):

Additional context Thank you for the awesome python project! :)