You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As you can see below, the activation scripts are in local/bin/, not in bin/:
cmoreira@cuda ~/repos> poetry new myproject
Created package myproject in myproject
cmoreira@cuda ~/repos>cd myproject/
cmoreira@cuda ~/r/myproject> poetry shell
Creating virtualenv myproject-ohGvOqxB-py3.10 in /home/cmoreira/.cache/pypoetry/virtualenvs
Spawning shell within /home/cmoreira/.cache/pypoetry/virtualenvs/myproject-ohGvOqxB-py3.10
Welcome to fish, the friendly interactive shell
Type helpfor instructions on how to use fish
# The source command below is executed by poetry:
cmoreira@cuda ~/r/myproject>source /home/cmoreira/.cache/pypoetry/virtualenvs/myproject-ohGvOqxB-py3.10/bin/activate.fish
source: Error encountered while sourcing file “/home/cmoreira/.cache/pypoetry/virtualenvs/myproject-ohGvOqxB-py3.10/bin/activate.fish”:
source: No such file or directory
cmoreira@cuda ~/r/myproject [1]> ls /home/cmoreira/.cache/pypoetry/virtualenvs/myproject-ohGvOqxB-py3.10/bin
ls: cannot access '/home/cmoreira/.cache/pypoetry/virtualenvs/myproject-ohGvOqxB-py3.10/bin': No such file or directory
cmoreira@cuda ~/r/myproject [2]> ls /home/cmoreira/.cache/pypoetry/virtualenvs/myproject-ohGvOqxB-py3.10/local/bin
activate activate.fish activate.ps1 deactivate.nu pip3* pip3.10* python3@ wheel* wheel-3.10*
activate.csh activate.nu activate_this.py pip* pip-3.10* python@ python3.10@ wheel3* wheel3.10*
cmoreira@cuda ~/r/myproject>
The text was updated successfully, but these errors were encountered:
-vvv
option).Issue
As you can see below, the activation scripts are in
local/bin/
, not inbin/
:The text was updated successfully, but these errors were encountered: