wet-carpenter-14925
03/02/2022, 4:02 PMvenv
created by pulumi new
, and it also doesn't have documentation for the pulumi modules. Does anyone have experience getting these set up?great-queen-39697
03/02/2022, 4:35 PMpulumi new
in a different terminal and then opened the directory in PyCharm, it finds the venv, but if I try to create it in PyCharm, I have to add the interpreter myself to the project. Once you do that, the documentation and code completion all pop up. I've got screenshots; one secwet-carpenter-14925
03/02/2022, 5:05 PM<project_root>/venv/bin
, but Pycharm doesn't find it there.great-queen-39697
03/02/2022, 5:09 PMsource venv/bin/activate
and then which python
for me?wet-carpenter-14925
03/02/2022, 5:11 PM/mnt/c/dev/code/ussf-services/venv/bin/python
python3
file. But I think they're just symlinks.great-queen-39697
03/02/2022, 5:22 PMwet-carpenter-14925
03/02/2022, 5:28 PMgreat-queen-39697
03/02/2022, 5:31 PMOn WSL...
optionwet-carpenter-14925
03/02/2022, 5:34 PMvenv/bin
folder, but not the python
file.great-queen-39697
03/02/2022, 5:37 PMwet-carpenter-14925
03/02/2022, 5:48 PM