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
I am not able to follow your instructions since Python does not show up in the windows graphics settings.. could you please give more detailed steps so I can keep auto-sort enabled while I browse through the scene?
The text was updated successfully, but these errors were encountered:
It actually depends on how you installed your python. For example, if you used anaconda to install python on a virtual environment, you can locate the python executable (.exe) file from your anaconda terminal via:
conda activate your_env
where python
The above would print out the location of your python.exe file typically similar to this: C:\ProgramData\anaconda3\envs\your_env\python.exe.
A more generic approach to locate python.exe file is to type the following commands in your python interpreter:
And that should locate your python.exe. Once you get that, just manually add the python.exe to your 'Desktop App' list and then follow the instruction from this project.
I am not able to follow your instructions since Python does not show up in the windows graphics settings.. could you please give more detailed steps so I can keep auto-sort enabled while I browse through the scene?
The text was updated successfully, but these errors were encountered: