Questions tagged as 'path'

1
answer

Source is not recognized as internal command

When you try to activate a virtual with the command source venv/bin/activate , the following message appears: source não é reconhecido como comando interno . All this in the PyCharm console.     
asked by 08.04.2018 / 12:58
1
answer

Phyton does not work on the command even though it is on path

Hello I have already broken my head, I have reinstalled phyton, I have already looked at the environment variable. PATH contains Phyton, including scripts. But it still does not work on the command line. Thanks for some help.     
asked by 08.04.2018 / 04:59
0
answers

How do I read the xsd file from within my C # project

I'm doing xml validation from an xsd file like this: XmlSchemaSet schemaSet = new XmlSchemaSet(); schemaSet.Add("urn:bookstore-schema", @"D:\Arquivo\VoltVarPlanning.xsd"); Validate("D:/Arquivo/Exemplo_Saida.xml", schemaSet); But I do not w...
asked by 29.11.2017 / 16:20
1
answer

How do I get XSLT to get the attributes within the name of my tag item, only if it is true?

<bloco> <item nome="imagem">true</item> <item nome="imagem">false</item> </bloco>     
asked by 02.10.2017 / 15:00
0
answers

Duplicate paths in the $ PATH environment variable

I have noticed that the paths I add to $PATH in my .bashrc appear duplicates when I open session in tmux (terminal multiplexer): export PATH=$HOME/miniconda3/bin:$PATH export PATH=$PATH:$HOME/Devel/bin If I print $PA...
asked by 28.08.2017 / 05:22
1
answer

Saving the File Path in the Bank

I'm having a question I'd like to know with saving the path of images and files I'm uploading currently I save those files to a folder but I'd also like to have the path in the database how can I do this. Well, the controller I use to upload t...
asked by 07.06.2017 / 15:22
0
answers

How to create file on my PC, inside an internal network, using PHP

I'm developing software for the company that I work with and I've had a problem: I need to create a file inside my PC that is saved using any other computer on the company's internal network. Before I had made it to work on my machine. Then I us...
asked by 10.03.2017 / 19:06
1
answer

Relative Path in VBScript

I want to associate a XML with an application with VBScript and I need to indicate in the application which directory to read XML , however, as is easy to predict, Path of XML it can not be hardcoded. Is ther...
asked by 31.05.2016 / 13:46
2
answers

CHANGING AND READING DIRECTORIES IN C #

I'm developing a C # project, which uses python scripts as the engine (I did not use IronPython because of its limitations, I work with pandas), what I do is simply execute the script through a PROCESS in C #, passing the python.exe directory an...
asked by 13.09.2018 / 17:44