Import gi module Bash n Windows 10












0















How can I import module gi in Python 3.6.5 from Anaconda, with Bash on Windows 10? I have tried following this answer:
https://stackoverflow.com/questions/37526026/how-to-install-gi-module-for-anaconda-python3



changing the beginning of the path to



> /mnt/c/Users/SOMEBODY/Anaconda3


I have found Anaconda3 and its files and folders, but I cannot proceed the last soft link from the answer. It couldn't find files/directory further than



> /mnt/c/Users/SOMEBODY/Anaconda3


although I have tried



> /mnt/c/Users/SOMEBODY/Anaconda3/envs



  • envs is listed in Anaconda 3.


Here is the messy abstract of /Anaconda3:



> SOMEBODY@LAPTOP-8IDQPNIQ:~$ ls /mnt/c/Users/SOMEBODY/Anaconda3/ 
DLLs
> LICENSE_PYTHON.txt
Lib
Library
Menu
Scripts
Tools

> api-ms-win-core-processthreads-l1-1-0.dll
> api-ms-win-core-processthreads-l1-1-1.dll
> api-ms-win-core-profile-l1-1-0.dll
> api-ms-win-crt-time-l1-1-0.dll api-ms-win-crt-utility-l1-1-0.dll
> concrt140.dll
conda-meta
condabin
cwp.py



envs




etc 
include
libs
man
> msvcp140.dll
msvcp140_1.dll
python.exe
python.pdb
> python3.dll
python37.dll
python37.pdb
pythonw.exe
pythonw.pdb
qt.conf


I have already installed PyGObject using conda command.










share|improve this question







New contributor




fgh is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





















  • You might be not able to create sym(bolic) links aka soft links on a Windows drive (/mnt/c) but you could use the Linux drive in WSL. @j-money This is not really a Windows question. Ubuntu running using WSL is supported even here on AU.

    – Melebius
    yesterday













  • My mistake! Apologies

    – j-money
    yesterday











  • “I cannot proceed the last soft link from the answer.” Did you succeed with the first soft link? Please edit your question to include the complete command you issued and its output.

    – Melebius
    16 hours ago


















0















How can I import module gi in Python 3.6.5 from Anaconda, with Bash on Windows 10? I have tried following this answer:
https://stackoverflow.com/questions/37526026/how-to-install-gi-module-for-anaconda-python3



changing the beginning of the path to



> /mnt/c/Users/SOMEBODY/Anaconda3


I have found Anaconda3 and its files and folders, but I cannot proceed the last soft link from the answer. It couldn't find files/directory further than



> /mnt/c/Users/SOMEBODY/Anaconda3


although I have tried



> /mnt/c/Users/SOMEBODY/Anaconda3/envs



  • envs is listed in Anaconda 3.


Here is the messy abstract of /Anaconda3:



> SOMEBODY@LAPTOP-8IDQPNIQ:~$ ls /mnt/c/Users/SOMEBODY/Anaconda3/ 
DLLs
> LICENSE_PYTHON.txt
Lib
Library
Menu
Scripts
Tools

> api-ms-win-core-processthreads-l1-1-0.dll
> api-ms-win-core-processthreads-l1-1-1.dll
> api-ms-win-core-profile-l1-1-0.dll
> api-ms-win-crt-time-l1-1-0.dll api-ms-win-crt-utility-l1-1-0.dll
> concrt140.dll
conda-meta
condabin
cwp.py



envs




etc 
include
libs
man
> msvcp140.dll
msvcp140_1.dll
python.exe
python.pdb
> python3.dll
python37.dll
python37.pdb
pythonw.exe
pythonw.pdb
qt.conf


I have already installed PyGObject using conda command.










share|improve this question







New contributor




fgh is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





















  • You might be not able to create sym(bolic) links aka soft links on a Windows drive (/mnt/c) but you could use the Linux drive in WSL. @j-money This is not really a Windows question. Ubuntu running using WSL is supported even here on AU.

    – Melebius
    yesterday













  • My mistake! Apologies

    – j-money
    yesterday











  • “I cannot proceed the last soft link from the answer.” Did you succeed with the first soft link? Please edit your question to include the complete command you issued and its output.

    – Melebius
    16 hours ago
















0












0








0








How can I import module gi in Python 3.6.5 from Anaconda, with Bash on Windows 10? I have tried following this answer:
https://stackoverflow.com/questions/37526026/how-to-install-gi-module-for-anaconda-python3



changing the beginning of the path to



> /mnt/c/Users/SOMEBODY/Anaconda3


I have found Anaconda3 and its files and folders, but I cannot proceed the last soft link from the answer. It couldn't find files/directory further than



> /mnt/c/Users/SOMEBODY/Anaconda3


although I have tried



> /mnt/c/Users/SOMEBODY/Anaconda3/envs



  • envs is listed in Anaconda 3.


Here is the messy abstract of /Anaconda3:



> SOMEBODY@LAPTOP-8IDQPNIQ:~$ ls /mnt/c/Users/SOMEBODY/Anaconda3/ 
DLLs
> LICENSE_PYTHON.txt
Lib
Library
Menu
Scripts
Tools

> api-ms-win-core-processthreads-l1-1-0.dll
> api-ms-win-core-processthreads-l1-1-1.dll
> api-ms-win-core-profile-l1-1-0.dll
> api-ms-win-crt-time-l1-1-0.dll api-ms-win-crt-utility-l1-1-0.dll
> concrt140.dll
conda-meta
condabin
cwp.py



envs




etc 
include
libs
man
> msvcp140.dll
msvcp140_1.dll
python.exe
python.pdb
> python3.dll
python37.dll
python37.pdb
pythonw.exe
pythonw.pdb
qt.conf


I have already installed PyGObject using conda command.










share|improve this question







New contributor




fgh is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












How can I import module gi in Python 3.6.5 from Anaconda, with Bash on Windows 10? I have tried following this answer:
https://stackoverflow.com/questions/37526026/how-to-install-gi-module-for-anaconda-python3



changing the beginning of the path to



> /mnt/c/Users/SOMEBODY/Anaconda3


I have found Anaconda3 and its files and folders, but I cannot proceed the last soft link from the answer. It couldn't find files/directory further than



> /mnt/c/Users/SOMEBODY/Anaconda3


although I have tried



> /mnt/c/Users/SOMEBODY/Anaconda3/envs



  • envs is listed in Anaconda 3.


Here is the messy abstract of /Anaconda3:



> SOMEBODY@LAPTOP-8IDQPNIQ:~$ ls /mnt/c/Users/SOMEBODY/Anaconda3/ 
DLLs
> LICENSE_PYTHON.txt
Lib
Library
Menu
Scripts
Tools

> api-ms-win-core-processthreads-l1-1-0.dll
> api-ms-win-core-processthreads-l1-1-1.dll
> api-ms-win-core-profile-l1-1-0.dll
> api-ms-win-crt-time-l1-1-0.dll api-ms-win-crt-utility-l1-1-0.dll
> concrt140.dll
conda-meta
condabin
cwp.py



envs




etc 
include
libs
man
> msvcp140.dll
msvcp140_1.dll
python.exe
python.pdb
> python3.dll
python37.dll
python37.pdb
pythonw.exe
pythonw.pdb
qt.conf


I have already installed PyGObject using conda command.







bash windows python3 anaconda






share|improve this question







New contributor




fgh is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question







New contributor




fgh is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question






New contributor




fgh is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked yesterday









fghfgh

1




1




New contributor




fgh is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





fgh is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






fgh is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.













  • You might be not able to create sym(bolic) links aka soft links on a Windows drive (/mnt/c) but you could use the Linux drive in WSL. @j-money This is not really a Windows question. Ubuntu running using WSL is supported even here on AU.

    – Melebius
    yesterday













  • My mistake! Apologies

    – j-money
    yesterday











  • “I cannot proceed the last soft link from the answer.” Did you succeed with the first soft link? Please edit your question to include the complete command you issued and its output.

    – Melebius
    16 hours ago





















  • You might be not able to create sym(bolic) links aka soft links on a Windows drive (/mnt/c) but you could use the Linux drive in WSL. @j-money This is not really a Windows question. Ubuntu running using WSL is supported even here on AU.

    – Melebius
    yesterday













  • My mistake! Apologies

    – j-money
    yesterday











  • “I cannot proceed the last soft link from the answer.” Did you succeed with the first soft link? Please edit your question to include the complete command you issued and its output.

    – Melebius
    16 hours ago



















You might be not able to create sym(bolic) links aka soft links on a Windows drive (/mnt/c) but you could use the Linux drive in WSL. @j-money This is not really a Windows question. Ubuntu running using WSL is supported even here on AU.

– Melebius
yesterday







You might be not able to create sym(bolic) links aka soft links on a Windows drive (/mnt/c) but you could use the Linux drive in WSL. @j-money This is not really a Windows question. Ubuntu running using WSL is supported even here on AU.

– Melebius
yesterday















My mistake! Apologies

– j-money
yesterday





My mistake! Apologies

– j-money
yesterday













“I cannot proceed the last soft link from the answer.” Did you succeed with the first soft link? Please edit your question to include the complete command you issued and its output.

– Melebius
16 hours ago







“I cannot proceed the last soft link from the answer.” Did you succeed with the first soft link? Please edit your question to include the complete command you issued and its output.

– Melebius
16 hours ago












0






active

oldest

votes











Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});






fgh is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1116072%2fimport-gi-module-bash-n-windows-10%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes








fgh is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded


















fgh is a new contributor. Be nice, and check out our Code of Conduct.













fgh is a new contributor. Be nice, and check out our Code of Conduct.












fgh is a new contributor. Be nice, and check out our Code of Conduct.
















Thanks for contributing an answer to Ask Ubuntu!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1116072%2fimport-gi-module-bash-n-windows-10%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Category:香港粉麵

List *all* the tuples!

Channel [V]